Html Css Color HEX #424806 Verdun Green

📋 copy color: '#424806'

red 66 ◦ green 72 ◦ blue 6

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

Shades of Verdun Green #424806

Tints of Verdun Green #424806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 45.83%
G = 50%
B = 4.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#424806 (or 0x424806) is known color: Verdun Green. HEX triplet: 42, 48 and 06. RGB value is (66,72,6). Sum of RGB (Red+Green+Blue) = 66+72+6=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #424806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424806 is #BDB7F9. Grayscale: #3E3E3E. Windows color (decimal): -12433402 or 411714. OLE color: 411714.

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

Color convert

RGB 66 72 6 -
CMYK 0.08 0 0.92 0.72
HSL 65.45º 0.85% 0.15% -
HSV(B) 65.45º 0.92% 0.28% -
XYZ 4.6 5.81 1.05 -
YUV 62.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 66 72 6 0.08 0 0.92 0.72 65.45 0.85 0.15
Hex 42 48 6 8 0 5C 48 41 55 F
Octal 102 110 6 10 0 134 110 101 125 17
Binary 1000010 1001000 110 1000 0 1011100 1001000 1000001 1010101 1111

Color Harmonies of #424806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424806

Black with #424806

Text Example


Text Example

White with #424806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424806; }

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

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

background-color css

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

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

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

border-color css

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

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

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