#42450B

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

Shades of Verdun Green #42450B

Tints of Verdun Green #42450B

Color information

#42450B (or 0x42450B) is unknown color: approx Verdun Green. HEX triplet: 42, 45 and 0B. RGB value is (66,69,11). Sum of RGB (Red+Green+Blue) = 66+69+11=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #42450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42450B is #BDBAF4. Grayscale: #3D3D3D. Windows color (decimal): -12434165 or 738626. OLE color: 738626.

HSL color Cylindrical-coordinate representation of color #42450B: hue angle of 63.1º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42450B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB666911-
CMYK0.0400.840.73
HSL63.1º72.5%15.69%-
HSV(B)63.1º84.06%27.06%-
XYZ4.445.441.13-
YUV61.4999.51131.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 11 (4.69% from 255) = 7.53%
R=45.21%
G=47.26%
B=7.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669110.0400.840.7363.172.515.69
Hex4245B4054493f4810
Octal10210513401241117711020
Binary100001010001011011100010101001001001111111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42450B; }

 p { color: rgb(66,69,11); }

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

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

 a { background-color: rgb(66,69,11); }

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

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

 span { border-color: rgb(66,69,11); }

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