Html Css Color HEX #414411 Verdun Green

📋 copy color: '#414411'

red 65 ◦ green 68 ◦ blue 17

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

Shades of Verdun Green #414411

Tints of Verdun Green #414411

RGB

 RED value IS 65 (25.78% from 255) = 43.33%

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

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

R = 43.33%
G = 45.33%
B = 11.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#414411 (or 0x414411) is known color: Verdun Green. HEX triplet: 41, 44 and 11. RGB value is (65,68,17). Sum of RGB (Red+Green+Blue) = 65+68+17=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #414411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414411 is #BEBBEE. Grayscale: #3D3D3D. Windows color (decimal): -12499951 or 1131585. OLE color: 1131585.

HSL color Cylindrical-coordinate representation of color #414411: hue angle of 63.53º 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 #414411 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 17 -
CMYK 0.04 0 0.75 0.73
HSL 63.53º 0.6% 0.17% -
HSV(B) 63.53º 0.75% 0.27% -
XYZ 4.35 5.3 1.32 -
YUV 61.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 65 68 17 0.04 0 0.75 0.73 63.53 0.6 0.17
Hex 41 44 11 4 0 4B 49 40 3C 11
Octal 101 104 21 4 0 113 111 100 74 21
Binary 1000001 1000100 10001 100 0 1001011 1001001 1000000 111100 10001

Color Harmonies of #414411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414411

Black with #414411

Text Example


Text Example

White with #414411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414411; }

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

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

background-color css

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

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

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

border-color css

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

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

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