#425912

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

Shades of Verdun Green #425912

Tints of Verdun Green #425912

Color information

#425912 (or 0x425912) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 12. RGB value is (66,89,18). Sum of RGB (Red+Green+Blue) = 66+89+18=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #425912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425912 is #BDA6ED. Grayscale: #4A4A4A. Windows color (decimal): -12429038 or 1202498. OLE color: 1202498.

HSL color Cylindrical-coordinate representation of color #425912: hue angle of 79.44º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425912 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB668918-
CMYK0.2600.800.65
HSL79.44º66.36%20.98%-
HSV(B)79.44º79.78%34.9%-
XYZ5.938.351.87-
YUV74.0396.38122.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=38.15%
G=51.45%
B=10.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689180.2600.800.6579.4466.3620.98
Hex4259121A050414f4215
Octal1021312232012010111710225
Binary1000010101100110010110100101000010000011001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425912; }

 p { color: rgb(66,89,18); }

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

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

 a { background-color: rgb(66,89,18); }

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

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

 span { border-color: rgb(66,89,18); }

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