Html Css Color HEX #435005 Verdun Green

📋 copy color: '#435005'

red 67 ◦ green 80 ◦ blue 5

#435005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #435005

Tints of Verdun Green #435005

RGB

 RED value IS 67 (26.56% from 255) = 44.08%

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 44.08%
G = 52.63%
B = 3.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#435005 (or 0x435005) is known color: Verdun Green. HEX triplet: 43, 50 and 05. RGB value is (67,80,5). Sum of RGB (Red+Green+Blue) = 67+80+5=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #435005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435005 is #BCAFFA. Grayscale: #434343. Windows color (decimal): -12365819 or 348227. OLE color: 348227.

HSL color Cylindrical-coordinate representation of color #435005: hue angle of 70.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #435005 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 67 80 5 -
CMYK 0.16 0 0.94 0.69
HSL 70.4º 0.88% 0.17% -
HSV(B) 70.4º 0.94% 0.31% -
XYZ 5.21 6.94 1.21 -
YUV 67.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 67 80 5 0.16 0 0.94 0.69 70.4 0.88 0.17
Hex 43 50 5 10 0 5E 45 46 58 11
Octal 103 120 5 20 0 136 105 106 130 21
Binary 1000011 1010000 101 10000 0 1011110 1000101 1000110 1011000 10001

Color Harmonies of #435005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435005

Black with #435005

Text Example


Text Example

White with #435005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435005; }

 p { color: rgb(67,80,5); }

 H1.HeaderClassName
 {
   color: #435005;
 }
 .AnyTagClassName
 {
   color: #435005;
 }
</style>

background-color css

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

 a { background-color: rgb(67,80,5); }

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

border-color css

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

 span { border-color: rgb(67,80,5); }

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