Html Css Color HEX #424609 Verdun Green

📋 copy color: '#424609'

red 66 ◦ green 70 ◦ blue 9

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

Shades of Verdun Green #424609

Tints of Verdun Green #424609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.28%

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 45.52%
G = 48.28%
B = 6.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#424609 (or 0x424609) is known color: Verdun Green. HEX triplet: 42, 46 and 09. RGB value is (66,70,9). Sum of RGB (Red+Green+Blue) = 66+70+9=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #424609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424609 is #BDB9F6. Grayscale: #3E3E3E. Windows color (decimal): -12433911 or 607810. OLE color: 607810.

HSL color Cylindrical-coordinate representation of color #424609: hue angle of 63.93º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #424609 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 9 -
CMYK 0.06 0 0.87 0.73
HSL 63.93º 0.77% 0.15% -
HSV(B) 63.93º 0.87% 0.27% -
XYZ 4.49 5.56 1.09 -
YUV 61.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 66 70 9 0.06 0 0.87 0.73 63.93 0.77 0.15
Hex 42 46 9 6 0 57 49 40 4D F
Octal 102 106 11 6 0 127 111 100 115 17
Binary 1000010 1000110 1001 110 0 1010111 1001001 1000000 1001101 1111

Color Harmonies of #424609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424609

Black with #424609

Text Example


Text Example

White with #424609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424609; }

 p { color: rgb(66,70,9); }

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

background-color css

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

 a { background-color: rgb(66,70,9); }

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

border-color css

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

 span { border-color: rgb(66,70,9); }

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