Html Css Color HEX #424411 Verdun Green

📋 copy color: '#424411'

red 66 ◦ green 68 ◦ blue 17

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

Shades of Verdun Green #424411

Tints of Verdun Green #424411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 43.71%
G = 45.03%
B = 11.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#424411 (or 0x424411) is known color: Verdun Green. HEX triplet: 42, 44 and 11. RGB value is (66,68,17). Sum of RGB (Red+Green+Blue) = 66+68+17=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #424411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424411 is #BDBBEE. Grayscale: #3D3D3D. Windows color (decimal): -12434415 or 1131586. OLE color: 1131586.

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

Color convert

RGB 66 68 17 -
CMYK 0.03 0 0.75 0.73
HSL 62.35º 0.6% 0.17% -
HSV(B) 62.35º 0.75% 0.27% -
XYZ 4.42 5.33 1.33 -
YUV 61.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 66 68 17 0.03 0 0.75 0.73 62.35 0.6 0.17
Hex 42 44 11 3 0 4B 49 3E 3C 11
Octal 102 104 21 3 0 113 111 76 74 21
Binary 1000010 1000100 10001 11 0 1001011 1001001 111110 111100 10001

Color Harmonies of #424411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424411

Black with #424411

Text Example


Text Example

White with #424411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424411; }

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

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

background-color css

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

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

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

border-color css

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

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

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