#424A08

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

Shades of Verdun Green #424A08

Tints of Verdun Green #424A08

Color information

#424A08 (or 0x424A08) is unknown color: approx Verdun Green. HEX triplet: 42, 4A and 08. RGB value is (66,74,8). Sum of RGB (Red+Green+Blue) = 66+74+8=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #424A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424A08 is #BDB5F7. Grayscale: #404040. Windows color (decimal): -12432888 or 543298. OLE color: 543298.

HSL color Cylindrical-coordinate representation of color #424A08: hue angle of 67.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #424A08 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB66748-
CMYK0.1100.890.71
HSL67.27º80.49%16.08%-
HSV(B)67.27º89.19%29.02%-
XYZ4.746.071.15-
YUV64.0896.35129.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.59%
GREEN value IS 74 (29.30% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=44.59%
G=50%
B=5.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal667480.1100.890.7167.2780.4916.08
Hex424A8B05947435010
Octal1021121013013110710312020
Binary10000101001010100010110101100110001111000011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424A08; }

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

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

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

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

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

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

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

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