Html Css Color HEX #436012 Verdun Green

📋 copy color: '#436012'

red 67 ◦ green 96 ◦ blue 18

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

Shades of Verdun Green #436012

Tints of Verdun Green #436012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 37.02%
G = 53.04%
B = 9.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#436012 (or 0x436012) is known color: Verdun Green. HEX triplet: 43, 60 and 12. RGB value is (67,96,18). Sum of RGB (Red+Green+Blue) = 67+96+18=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #436012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436012 is #BC9FED. Grayscale: #4E4E4E. Windows color (decimal): -12361710 or 1204291. OLE color: 1204291.

HSL color Cylindrical-coordinate representation of color #436012: hue angle of 82.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #436012 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 96 18 -
CMYK 0.30 0 0.81 0.62
HSL 82.31º 0.68% 0.22% -
HSV(B) 82.31º 0.81% 0.38% -
XYZ 6.61 9.6 2.08 -
YUV 78.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 67 96 18 0.30 0 0.81 0.62 82.31 0.68 0.22
Hex 43 60 12 1E 0 51 3E 52 44 16
Octal 103 140 22 36 0 121 76 122 104 26
Binary 1000011 1100000 10010 11110 0 1010001 111110 1010010 1000100 10110

Color Harmonies of #436012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436012

Black with #436012

Text Example


Text Example

White with #436012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436012; }

 p { color: rgb(67,96,18); }

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

background-color css

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

 a { background-color: rgb(67,96,18); }

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

border-color css

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

 span { border-color: rgb(67,96,18); }

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