Html Css Color HEX #414715 Verdun Green

📋 copy color: '#414715'

red 65 ◦ green 71 ◦ blue 21

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

Shades of Verdun Green #414715

Tints of Verdun Green #414715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.22%

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

R = 41.4%
G = 45.22%
B = 13.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#414715 (or 0x414715) is known color: Verdun Green. HEX triplet: 41, 47 and 15. RGB value is (65,71,21). Sum of RGB (Red+Green+Blue) = 65+71+21=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #414715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414715 is #BEB8EA. Grayscale: #3F3F3F. Windows color (decimal): -12499179 or 1394497. OLE color: 1394497.

HSL color Cylindrical-coordinate representation of color #414715: hue angle of 67.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414715 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 21 -
CMYK 0.08 0 0.70 0.72
HSL 67.2º 0.54% 0.18% -
HSV(B) 67.2º 0.7% 0.28% -
XYZ 4.57 5.68 1.57 -
YUV 63.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 65 71 21 0.08 0 0.70 0.72 67.2 0.54 0.18
Hex 41 47 15 8 0 46 48 43 36 12
Octal 101 107 25 10 0 106 110 103 66 22
Binary 1000001 1000111 10101 1000 0 1000110 1001000 1000011 110110 10010

Color Harmonies of #414715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414715

Black with #414715

Text Example


Text Example

White with #414715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414715; }

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

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

background-color css

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

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

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

border-color css

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

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

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