Html Css Color HEX #414513 Verdun Green

📋 copy color: '#414513'

red 65 ◦ green 69 ◦ blue 19

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

Shades of Verdun Green #414513

Tints of Verdun Green #414513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 42.48%
G = 45.1%
B = 12.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#414513 (or 0x414513) is known color: Verdun Green. HEX triplet: 41, 45 and 13. RGB value is (65,69,19). Sum of RGB (Red+Green+Blue) = 65+69+19=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #414513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414513 is #BEBAEC. Grayscale: #3E3E3E. Windows color (decimal): -12499693 or 1262913. OLE color: 1262913.

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

Color convert

RGB 65 69 19 -
CMYK 0.06 0 0.72 0.73
HSL 64.8º 0.57% 0.17% -
HSV(B) 64.8º 0.72% 0.27% -
XYZ 4.43 5.43 1.43 -
YUV 62.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 65 69 19 0.06 0 0.72 0.73 64.8 0.57 0.17
Hex 41 45 13 6 0 48 49 41 39 11
Octal 101 105 23 6 0 110 111 101 71 21
Binary 1000001 1000101 10011 110 0 1001000 1001001 1000001 111001 10001

Color Harmonies of #414513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414513

Black with #414513

Text Example


Text Example

White with #414513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414513; }

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

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

background-color css

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

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

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

border-color css

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

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

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