#434003

Color #434003 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #434003

Tints of Verdun Green #434003

Color information

#434003 (or 0x434003) is unknown color: approx Verdun Green. HEX triplet: 43, 40 and 03. RGB value is (67,64,3). Sum of RGB (Red+Green+Blue) = 67+64+3=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #434003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434003 is #BCBFFC. Grayscale: #3A3A3A. Windows color (decimal): -12369917 or 213059. OLE color: 213059.

HSL color Cylindrical-coordinate representation of color #434003: hue angle of 57.19º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434003 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB67643-
CMYK00.040.960.74
HSL57.19º91.43%13.73%-
HSV(B)57.19º95.52%26.27%-
XYZ4.164.870.81-
YUV57.9496.99134.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=50%
G=47.76%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6764300.040.960.7457.1991.4313.73
Hex4340304604A395be
Octal1031003041401127113316
Binary100001110000001101001100000100101011100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434003; }

 p { color: rgb(67,64,3); }

 H1.HeaderClassName
 {
   color: #434003;
 }
 .AnyTagClassName
 {
   color: #434003;
 }
</style>
background-color css

<style>
 a { background-color: #434003; }

 a { background-color: rgb(67,64,3); }

 div.DivClassName
 {
   background-color: #434003;
 }
 .BgClassName
 {
   background-color: #434003;
 }
</style>
border-color css

<style>
 span { border-color: #434003; }

 span { border-color: rgb(67,64,3); }

 td.TdClassName
 {
   border-color: #434003;
 }
 .TagClassName
 {
   border-color: #434003;
 }
</style>