Html Css Color HEX #436314 Verdun Green

📋 copy color: '#436314'

red 67 ◦ green 99 ◦ blue 20

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

Shades of Verdun Green #436314

Tints of Verdun Green #436314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.23%

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 36.02%
G = 53.23%
B = 10.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#436314 (or 0x436314) is known color: Verdun Green. HEX triplet: 43, 63 and 14. RGB value is (67,99,20). Sum of RGB (Red+Green+Blue) = 67+99+20=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #436314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #436314 is #BC9CEB. Grayscale: #505050. Windows color (decimal): -12360940 or 1336131. OLE color: 1336131.

HSL color Cylindrical-coordinate representation of color #436314: hue angle of 84.3º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #436314 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 99 20 -
CMYK 0.32 0 0.80 0.61
HSL 84.3º 0.66% 0.23% -
HSV(B) 84.3º 0.8% 0.39% -
XYZ 6.9 10.17 2.26 -
YUV 80.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 67 99 20 0.32 0 0.80 0.61 84.3 0.66 0.23
Hex 43 63 14 20 0 50 3D 54 42 17
Octal 103 143 24 40 0 120 75 124 102 27
Binary 1000011 1100011 10100 100000 0 1010000 111101 1010100 1000010 10111

Color Harmonies of #436314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436314

Black with #436314

Text Example


Text Example

White with #436314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436314; }

 p { color: rgb(67,99,20); }

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

background-color css

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

 a { background-color: rgb(67,99,20); }

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

border-color css

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

 span { border-color: rgb(67,99,20); }

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