Html Css Color HEX #467004 Verdun Green

📋 copy color: '#467004'

red 70 ◦ green 112 ◦ blue 4

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

Shades of Verdun Green #467004

Tints of Verdun Green #467004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.22%

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

R = 37.63%
G = 60.22%
B = 2.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#467004 (or 0x467004) is known color: Verdun Green. HEX triplet: 46, 70 and 04. RGB value is (70,112,4). Sum of RGB (Red+Green+Blue) = 70+112+4=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #467004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467004 is #B98FFB. Grayscale: #575757. Windows color (decimal): -12161020 or 290886. OLE color: 290886.

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

Color convert

RGB 70 112 4 -
CMYK 0.38 0 0.96 0.56
HSL 83.33º 0.93% 0.23% -
HSV(B) 83.33º 0.96% 0.44% -
XYZ 8.34 12.9 2.16 -
YUV 87.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 70 112 4 0.38 0 0.96 0.56 83.33 0.93 0.23
Hex 46 70 4 26 0 60 38 53 5D 17
Octal 106 160 4 46 0 140 70 123 135 27
Binary 1000110 1110000 100 100110 0 1100000 111000 1010011 1011101 10111

Color Harmonies of #467004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467004

Black with #467004

Text Example


Text Example

White with #467004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467004; }

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

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

background-color css

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

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

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

border-color css

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

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

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