Html Css Color HEX #427205 Verdun Green

📋 copy color: '#427205'

red 66 ◦ green 114 ◦ blue 5

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

Shades of Verdun Green #427205

Tints of Verdun Green #427205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 35.68%
G = 61.62%
B = 2.7%

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

#427205 (or 0x427205) is known color: Verdun Green. HEX triplet: 42, 72 and 05. RGB value is (66,114,5). Sum of RGB (Red+Green+Blue) = 66+114+5=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #427205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427205 is #BD8DFA. Grayscale: #575757. Windows color (decimal): -12422651 or 356930. OLE color: 356930.

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

Color convert

RGB 66 114 5 -
CMYK 0.42 0 0.96 0.55
HSL 86.42º 0.92% 0.23% -
HSV(B) 86.42º 0.96% 0.45% -
XYZ 8.29 13.2 2.26 -
YUV 87.22 81.6 112.86 -
System Red Green Blue C M Y K H S L
Decimal 66 114 5 0.42 0 0.96 0.55 86.42 0.92 0.23
Hex 42 72 5 2A 0 60 37 56 5C 17
Octal 102 162 5 52 0 140 67 126 134 27
Binary 1000010 1110010 101 101010 0 1100000 110111 1010110 1011100 10111

Color Harmonies of #427205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427205

Black with #427205

Text Example


Text Example

White with #427205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427205; }

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

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

background-color css

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

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

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

border-color css

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

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

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