Html Css Color HEX #414815 Verdun Green

📋 copy color: '#414815'

red 65 ◦ green 72 ◦ blue 21

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

Shades of Verdun Green #414815

Tints of Verdun Green #414815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 41.14%
G = 45.57%
B = 13.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#414815 (or 0x414815) is known color: Verdun Green. HEX triplet: 41, 48 and 15. RGB value is (65,72,21). Sum of RGB (Red+Green+Blue) = 65+72+21=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #414815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414815 is #BEB7EA. Grayscale: #404040. Windows color (decimal): -12498923 or 1394753. OLE color: 1394753.

HSL color Cylindrical-coordinate representation of color #414815: hue angle of 68.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414815 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 21 -
CMYK 0.10 0 0.71 0.72
HSL 68.24º 0.55% 0.18% -
HSV(B) 68.24º 0.71% 0.28% -
XYZ 4.63 5.81 1.59 -
YUV 64.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 65 72 21 0.10 0 0.71 0.72 68.24 0.55 0.18
Hex 41 48 15 A 0 47 48 44 37 12
Octal 101 110 25 12 0 107 110 104 67 22
Binary 1000001 1001000 10101 1010 0 1000111 1001000 1000100 110111 10010

Color Harmonies of #414815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414815

Black with #414815

Text Example


Text Example

White with #414815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414815; }

 p { color: rgb(65,72,21); }

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

background-color css

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

 a { background-color: rgb(65,72,21); }

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

border-color css

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

 span { border-color: rgb(65,72,21); }

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