#427002

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

Shades of Verdun Green #427002

Tints of Verdun Green #427002

Color information

#427002 (or 0x427002) is unknown color: approx Verdun Green. HEX triplet: 42, 70 and 02. RGB value is (66,112,2). Sum of RGB (Red+Green+Blue) = 66+112+2=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #427002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427002 is #BD8FFD. Grayscale: #565656. Windows color (decimal): -12423166 or 159810. OLE color: 159810.

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

Color convert

RGB661122-
CMYK0.4100.980.56
HSL85.09º96.49%22.35%-
HSV(B)85.09º98.21%43.92%-
XYZ8.0512.752.09-
YUV85.7180.76113.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=36.67%
G=62.22%
B=1.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611220.4100.980.5685.0996.4922.35
Hex427022906238556016
Octal10216025101427012514026
Binary1000010111000010101001011000101110001010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427002; }

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

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

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

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

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

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

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

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