Html Css Color HEX #436002 Verdun Green

📋 copy color: '#436002'

red 67 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #436002

Tints of Verdun Green #436002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 40.61%
G = 58.18%
B = 1.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#436002 (or 0x436002) is known color: Verdun Green. HEX triplet: 43, 60 and 02. RGB value is (67,96,2). Sum of RGB (Red+Green+Blue) = 67+96+2=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #436002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436002 is #BC9FFD. Grayscale: #4C4C4C. Windows color (decimal): -12361726 or 155715. OLE color: 155715.

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

Color convert

RGB 67 96 2 -
CMYK 0.30 0 0.98 0.62
HSL 78.51º 0.96% 0.19% -
HSV(B) 78.51º 0.98% 0.38% -
XYZ 6.51 9.56 1.56 -
YUV 76.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 67 96 2 0.30 0 0.98 0.62 78.51 0.96 0.19
Hex 43 60 2 1E 0 62 3E 4F 60 13
Octal 103 140 2 36 0 142 76 117 140 23
Binary 1000011 1100000 10 11110 0 1100010 111110 1001111 1100000 10011

Color Harmonies of #436002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436002

Black with #436002

Text Example


Text Example

White with #436002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436002; }

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

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

background-color css

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

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

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

border-color css

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

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

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