#42590D

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

Shades of Verdun Green #42590D

Tints of Verdun Green #42590D

Color information

#42590D (or 0x42590D) is unknown color: approx Verdun Green. HEX triplet: 42, 59 and 0D. RGB value is (66,89,13). Sum of RGB (Red+Green+Blue) = 66+89+13=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #42590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42590D is #BDA6F2. Grayscale: #494949. Windows color (decimal): -12429043 or 874818. OLE color: 874818.

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

Color convert

RGB668913-
CMYK0.2600.850.65
HSL78.16º74.51%20%-
HSV(B)78.16º85.39%34.9%-
XYZ5.898.331.68-
YUV73.4693.88122.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 89 (35.16% from 255) = 52.98%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=39.29%
G=52.98%
B=7.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689130.2600.850.6578.1674.5120
Hex4259D1A055414e4b14
Octal1021311532012510111611324
Binary100001010110011101110100101010110000011001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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