Html Css Color HEX #424808 Verdun Green

📋 copy color: '#424808'

red 66 ◦ green 72 ◦ blue 8

#424808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #424808

Tints of Verdun Green #424808

RGB

 RED value IS 66 (26.17% from 255) = 45.21%

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 45.21%
G = 49.32%
B = 5.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#424808 (or 0x424808) is known color: Verdun Green. HEX triplet: 42, 48 and 08. RGB value is (66,72,8). Sum of RGB (Red+Green+Blue) = 66+72+8=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #424808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424808 is #BDB7F7. Grayscale: #3F3F3F. Windows color (decimal): -12433400 or 542786. OLE color: 542786.

HSL color Cylindrical-coordinate representation of color #424808: hue angle of 65.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #424808 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 8 -
CMYK 0.08 0 0.89 0.72
HSL 65.63º 0.8% 0.16% -
HSV(B) 65.63º 0.89% 0.28% -
XYZ 4.61 5.81 1.11 -
YUV 62.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 66 72 8 0.08 0 0.89 0.72 65.63 0.8 0.16
Hex 42 48 8 8 0 59 48 42 50 10
Octal 102 110 10 10 0 131 110 102 120 20
Binary 1000010 1001000 1000 1000 0 1011001 1001000 1000010 1010000 10000

Color Harmonies of #424808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424808

Black with #424808

Text Example


Text Example

White with #424808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424808; }

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

 H1.HeaderClassName
 {
   color: #424808;
 }
 .AnyTagClassName
 {
   color: #424808;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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