#427001

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

Shades of Verdun Green #427001

Tints of Verdun Green #427001

Color information

#427001 (or 0x427001) is unknown color: approx Verdun Green. HEX triplet: 42, 70 and 01. RGB value is (66,112,1). Sum of RGB (Red+Green+Blue) = 66+112+1=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #427001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427001 is #BD8FFE. Grayscale: #555555. Windows color (decimal): -12423167 or 94274. OLE color: 94274.

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

Color convert

RGB661121-
CMYK0.4100.990.56
HSL84.86º98.23%22.16%-
HSV(B)84.86º99.11%43.92%-
XYZ8.0512.752.07-
YUV85.5980.26114.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=36.87%
G=62.57%
B=0.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611210.4100.990.5684.8698.2322.16
Hex427012906338556216
Octal10216015101437012514226
Binary100001011100001101001011000111110001010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427001; }

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

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

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

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

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

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

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

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