#424108

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

Shades of Verdun Green #424108

Tints of Verdun Green #424108

Color information

#424108 (or 0x424108) is unknown color: approx Verdun Green. HEX triplet: 42, 41 and 08. RGB value is (66,65,8). Sum of RGB (Red+Green+Blue) = 66+65+8=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #424108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424108 is #BDBEF7. Grayscale: #3B3B3B. Windows color (decimal): -12435192 or 540994. OLE color: 540994.

HSL color Cylindrical-coordinate representation of color #424108: hue angle of 58.97º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #424108 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66658-
CMYK00.020.880.74
HSL58.97º78.38%14.51%-
HSV(B)58.97º87.88%25.88%-
XYZ4.184.960.97-
YUV58.899.33133.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=47.48%
G=46.76%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6665800.020.880.7458.9778.3814.51
Hex4241802584A3b4ef
Octal10210110021301127311617
Binary1000010100000110000101011000100101011101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424108; }

 p { color: rgb(66,65,8); }

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

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

 a { background-color: rgb(66,65,8); }

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

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

 span { border-color: rgb(66,65,8); }

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