#42600F

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

Shades of Verdun Green #42600F

Tints of Verdun Green #42600F

Color information

#42600F (or 0x42600F) is unknown color: approx Verdun Green. HEX triplet: 42, 60 and 0F. RGB value is (66,96,15). Sum of RGB (Red+Green+Blue) = 66+96+15=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #42600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42600F is #BD9FF0. Grayscale: #4E4E4E. Windows color (decimal): -12427249 or 1007682. OLE color: 1007682.

HSL color Cylindrical-coordinate representation of color #42600F: hue angle of 82.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42600F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB669615-
CMYK0.3100.840.62
HSL82.22º72.97%21.76%-
HSV(B)82.22º84.38%37.65%-
XYZ6.529.561.95-
YUV77.892.56119.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=37.29%
G=54.24%
B=8.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696150.3100.840.6282.2272.9721.76
Hex4260F1F0543E524916
Octal102140173701247612211126
Binary10000101100000111111111010101001111101010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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