Html Css Color HEX #414415 Verdun Green

📋 copy color: '#414415'

red 65 ◦ green 68 ◦ blue 21

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

Shades of Verdun Green #414415

Tints of Verdun Green #414415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.16%

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

R = 42.21%
G = 44.16%
B = 13.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#414415 (or 0x414415) is known color: Verdun Green. HEX triplet: 41, 44 and 15. RGB value is (65,68,21). Sum of RGB (Red+Green+Blue) = 65+68+21=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #414415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414415 is #BEBBEA. Grayscale: #3D3D3D. Windows color (decimal): -12499947 or 1393729. OLE color: 1393729.

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

Color convert

RGB 65 68 21 -
CMYK 0.04 0 0.69 0.73
HSL 63.83º 0.53% 0.17% -
HSV(B) 63.83º 0.69% 0.27% -
XYZ 4.38 5.31 1.5 -
YUV 61.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 65 68 21 0.04 0 0.69 0.73 63.83 0.53 0.17
Hex 41 44 15 4 0 45 49 40 35 11
Octal 101 104 25 4 0 105 111 100 65 21
Binary 1000001 1000100 10101 100 0 1000101 1001001 1000000 110101 10001

Color Harmonies of #414415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414415

Black with #414415

Text Example


Text Example

White with #414415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414415; }

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

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

background-color css

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

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

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

border-color css

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

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

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