Html Css Color HEX #414511 Verdun Green

📋 copy color: '#414511'

red 65 ◦ green 69 ◦ blue 17

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

Shades of Verdun Green #414511

Tints of Verdun Green #414511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 43.05%
G = 45.7%
B = 11.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#414511 (or 0x414511) is known color: Verdun Green. HEX triplet: 41, 45 and 11. RGB value is (65,69,17). Sum of RGB (Red+Green+Blue) = 65+69+17=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #414511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414511 is #BEBAEE. Grayscale: #3E3E3E. Windows color (decimal): -12499695 or 1131841. OLE color: 1131841.

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

Color convert

RGB 65 69 17 -
CMYK 0.06 0 0.75 0.73
HSL 64.62º 0.6% 0.17% -
HSV(B) 64.62º 0.75% 0.27% -
XYZ 4.41 5.42 1.34 -
YUV 61.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 65 69 17 0.06 0 0.75 0.73 64.62 0.6 0.17
Hex 41 45 11 6 0 4B 49 41 3C 11
Octal 101 105 21 6 0 113 111 101 74 21
Binary 1000001 1000101 10001 110 0 1001011 1001001 1000001 111100 10001

Color Harmonies of #414511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414511

Black with #414511

Text Example


Text Example

White with #414511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414511; }

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

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

background-color css

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

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

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

border-color css

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

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

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