Html Css Color HEX #414515 Verdun Green

📋 copy color: '#414515'

red 65 ◦ green 69 ◦ blue 21

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

Shades of Verdun Green #414515

Tints of Verdun Green #414515

RGB

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

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

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

R = 41.94%
G = 44.52%
B = 13.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#414515 (or 0x414515) is known color: Verdun Green. HEX triplet: 41, 45 and 15. RGB value is (65,69,21). Sum of RGB (Red+Green+Blue) = 65+69+21=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #414515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414515 is #BEBAEA. Grayscale: #3E3E3E. Windows color (decimal): -12499691 or 1393985. OLE color: 1393985.

HSL color Cylindrical-coordinate representation of color #414515: hue angle of 65º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #414515 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 21 -
CMYK 0.06 0 0.70 0.73
HSL 65º 0.53% 0.18% -
HSV(B) 65º 0.7% 0.27% -
XYZ 4.44 5.43 1.52 -
YUV 62.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 65 69 21 0.06 0 0.70 0.73 65 0.53 0.18
Hex 41 45 15 6 0 46 49 41 35 12
Octal 101 105 25 6 0 106 111 101 65 22
Binary 1000001 1000101 10101 110 0 1000110 1001001 1000001 110101 10010

Color Harmonies of #414515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414515

Black with #414515

Text Example


Text Example

White with #414515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414515; }

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

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

background-color css

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

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

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

border-color css

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

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

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