#427200

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

Shades of Verdun Green #427200

Tints of Verdun Green #427200

Color information

#427200 (or 0x427200) is unknown color: approx Verdun Green. HEX triplet: 42, 72 and 00. RGB value is (66,114,0). Sum of RGB (Red+Green+Blue) = 66+114+0=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #427200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427200 is #BD8DFF. Grayscale: #575757. Windows color (decimal): -12422656 or 29250. OLE color: 29250.

HSL color Cylindrical-coordinate representation of color #427200: hue angle of 85.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #427200 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB661140-
CMYK0.42010.55
HSL85.26º100%22.35%-
HSV(B)85.26º100%44.71%-
XYZ8.2613.192.11-
YUV86.6579.1113.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 114 (44.92% from 255) = 63.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.67%
G=63.33%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6611400.42010.5585.2610022.35
Hex427202A06437556416
Octal10216205201446712514426
Binary100001011100100101010011001001101111010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427200; }

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

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

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

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

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

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

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

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