Html Css Color HEX #424406 Verdun Green

📋 copy color: '#424406'

red 66 ◦ green 68 ◦ blue 6

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

Shades of Verdun Green #424406

Tints of Verdun Green #424406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.57%

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

R = 47.14%
G = 48.57%
B = 4.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#424406 (or 0x424406) is known color: Verdun Green. HEX triplet: 42, 44 and 06. RGB value is (66,68,6). Sum of RGB (Red+Green+Blue) = 66+68+6=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #424406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424406 is #BDBBF9. Grayscale: #3C3C3C. Windows color (decimal): -12434426 or 410690. OLE color: 410690.

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

Color convert

RGB 66 68 6 -
CMYK 0.03 0 0.91 0.73
HSL 61.94º 0.84% 0.15% -
HSV(B) 61.94º 0.91% 0.27% -
XYZ 4.35 5.31 0.97 -
YUV 60.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 66 68 6 0.03 0 0.91 0.73 61.94 0.84 0.15
Hex 42 44 6 3 0 5B 49 3E 54 F
Octal 102 104 6 3 0 133 111 76 124 17
Binary 1000010 1000100 110 11 0 1011011 1001001 111110 1010100 1111

Color Harmonies of #424406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424406

Black with #424406

Text Example


Text Example

White with #424406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424406; }

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

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

background-color css

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

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

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

border-color css

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

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

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