Html Css Color HEX #424908 Verdun Green

📋 copy color: '#424908'

red 66 ◦ green 73 ◦ blue 8

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

Shades of Verdun Green #424908

Tints of Verdun Green #424908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 49.66%

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

R = 44.9%
G = 49.66%
B = 5.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#424908 (or 0x424908) is known color: Verdun Green. HEX triplet: 42, 49 and 08. RGB value is (66,73,8). Sum of RGB (Red+Green+Blue) = 66+73+8=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #424908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424908 is #BDB6F7. Grayscale: #3F3F3F. Windows color (decimal): -12433144 or 543042. OLE color: 543042.

HSL color Cylindrical-coordinate representation of color #424908: hue angle of 66.46º 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 #424908 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 8 -
CMYK 0.10 0 0.89 0.71
HSL 66.46º 0.8% 0.16% -
HSV(B) 66.46º 0.89% 0.29% -
XYZ 4.67 5.94 1.13 -
YUV 63.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 66 73 8 0.10 0 0.89 0.71 66.46 0.8 0.16
Hex 42 49 8 A 0 59 47 42 50 10
Octal 102 111 10 12 0 131 107 102 120 20
Binary 1000010 1001001 1000 1010 0 1011001 1000111 1000010 1010000 10000

Color Harmonies of #424908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424908

Black with #424908

Text Example


Text Example

White with #424908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424908; }

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

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

background-color css

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

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

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

border-color css

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

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

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