#42580F

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

Shades of Verdun Green #42580F

Tints of Verdun Green #42580F

Color information

#42580F (or 0x42580F) is unknown color: approx Verdun Green. HEX triplet: 42, 58 and 0F. RGB value is (66,88,15). Sum of RGB (Red+Green+Blue) = 66+88+15=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #42580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42580F is #BDA7F0. Grayscale: #494949. Windows color (decimal): -12429297 or 1005634. OLE color: 1005634.

HSL color Cylindrical-coordinate representation of color #42580F: hue angle of 78.08º 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 #42580F is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB668815-
CMYK0.2500.830.65
HSL78.08º70.87%20.2%-
HSV(B)78.08º82.95%34.51%-
XYZ5.828.171.72-
YUV73.195.21122.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 88 (34.77% from 255) = 52.07%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=39.05%
G=52.07%
B=8.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688150.2500.830.6578.0870.8720.2
Hex4258F19053414e4714
Octal1021301731012310111610724
Binary100001010110001111110010101001110000011001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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