#42590F

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

Shades of Verdun Green #42590F

Tints of Verdun Green #42590F

Color information

#42590F (or 0x42590F) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 0F. RGB value is (66,89,15). Sum of RGB (Red+Green+Blue) = 66+89+15=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #42590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42590F is #BDA6F0. Grayscale: #494949. Windows color (decimal): -12429041 or 1005890. OLE color: 1005890.

HSL color Cylindrical-coordinate representation of color #42590F: hue angle of 78.65º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42590F is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB668915-
CMYK0.2600.830.65
HSL78.65º71.15%20.39%-
HSV(B)78.65º83.15%34.9%-
XYZ5.918.341.75-
YUV73.6994.88122.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=38.82%
G=52.35%
B=8.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689150.2600.830.6578.6571.1520.39
Hex4259F1A053414f4714
Octal1021311732012310111710724
Binary100001010110011111110100101001110000011001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42590F; }

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

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

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

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

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

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

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

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