Html Css Color HEX #427204 Verdun Green

📋 copy color: '#427204'

red 66 ◦ green 114 ◦ blue 4

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

Shades of Verdun Green #427204

Tints of Verdun Green #427204

RGB

 RED value IS 66 (26.17% from 255) = 35.87%

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

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

R = 35.87%
G = 61.96%
B = 2.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#427204 (or 0x427204) is known color: Verdun Green. HEX triplet: 42, 72 and 04. RGB value is (66,114,4). Sum of RGB (Red+Green+Blue) = 66+114+4=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #427204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427204 is #BD8DFB. Grayscale: #575757. Windows color (decimal): -12422652 or 291394. OLE color: 291394.

HSL color Cylindrical-coordinate representation of color #427204: hue angle of 86.18º 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 #427204 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 4 -
CMYK 0.42 0 0.96 0.55
HSL 86.18º 0.93% 0.23% -
HSV(B) 86.18º 0.96% 0.45% -
XYZ 8.29 13.2 2.23 -
YUV 87.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 66 114 4 0.42 0 0.96 0.55 86.18 0.93 0.23
Hex 42 72 4 2A 0 60 37 56 5D 17
Octal 102 162 4 52 0 140 67 126 135 27
Binary 1000010 1110010 100 101010 0 1100000 110111 1010110 1011101 10111

Color Harmonies of #427204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427204

Black with #427204

Text Example


Text Example

White with #427204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427204; }

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

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

background-color css

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

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

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

border-color css

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

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

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