Html Css Color HEX #467204 Verdun Green

📋 copy color: '#467204'

red 70 ◦ green 114 ◦ blue 4

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

Shades of Verdun Green #467204

Tints of Verdun Green #467204

RGB

 RED value IS 70 (27.73% from 255) = 37.23%

 GREEN value IS 114 (44.92% from 255) = 60.64%

 BLUE value IS 4 (1.95% from 255) = 2.13%

R = 37.23%
G = 60.64%
B = 2.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#467204 (or 0x467204) is known color: Verdun Green. HEX triplet: 46, 72 and 04. RGB value is (70,114,4). Sum of RGB (Red+Green+Blue) = 70+114+4=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #467204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467204 is #B98DFB. Grayscale: #585858. Windows color (decimal): -12160508 or 291398. OLE color: 291398.

HSL color Cylindrical-coordinate representation of color #467204: hue angle of 84º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #467204 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 4 -
CMYK 0.39 0 0.96 0.55
HSL 84º 0.93% 0.23% -
HSV(B) 84º 0.96% 0.45% -
XYZ 8.57 13.35 2.24 -
YUV 88.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 70 114 4 0.39 0 0.96 0.55 84 0.93 0.23
Hex 46 72 4 27 0 60 37 54 5D 17
Octal 106 162 4 47 0 140 67 124 135 27
Binary 1000110 1110010 100 100111 0 1100000 110111 1010100 1011101 10111

Color Harmonies of #467204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467204

Black with #467204

Text Example


Text Example

White with #467204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467204; }

 p { color: rgb(70,114,4); }

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

background-color css

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

 a { background-color: rgb(70,114,4); }

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

border-color css

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

 span { border-color: rgb(70,114,4); }

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