#427005

Color #427005 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #427005

Tints of Verdun Green #427005

Color information

#427005 (or 0x427005) is unknown color: approx Verdun Green. HEX triplet: 42, 70 and 05. RGB value is (66,112,5). Sum of RGB (Red+Green+Blue) = 66+112+5=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #427005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427005 is #BD8FFA. Grayscale: #565656. Windows color (decimal): -12423163 or 356418. OLE color: 356418.

HSL color Cylindrical-coordinate representation of color #427005: hue angle of 85.79º degrees, saturation: 0.91, 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 #427005 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB661125-
CMYK0.4100.960.56
HSL85.79º91.45%22.94%-
HSV(B)85.79º95.54%43.92%-
XYZ8.0712.762.18-
YUV86.0582.26113.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=36.07%
G=61.20%
B=2.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611250.4100.960.5685.7991.4522.94
Hex427052906038565b17
Octal10216055101407012613327
Binary10000101110000101101001011000001110001010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427005; }

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

 H1.HeaderClassName
 {
   color: #427005;
 }
 .AnyTagClassName
 {
   color: #427005;
 }
</style>
background-color css

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

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

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

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

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

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