Html Css Color HEX #414919 Verdun Green

📋 copy color: '#414919'

red 65 ◦ green 73 ◦ blue 25

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

Shades of Verdun Green #414919

Tints of Verdun Green #414919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 39.88%
G = 44.79%
B = 15.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#414919 (or 0x414919) is known color: Verdun Green. HEX triplet: 41, 49 and 19. RGB value is (65,73,25). Sum of RGB (Red+Green+Blue) = 65+73+25=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #414919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414919 is #BEB6E6. Grayscale: #414141. Windows color (decimal): -12498663 or 1657153. OLE color: 1657153.

HSL color Cylindrical-coordinate representation of color #414919: hue angle of 70º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414919 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 25 -
CMYK 0.11 0 0.66 0.71
HSL 70º 0.49% 0.19% -
HSV(B) 70º 0.66% 0.29% -
XYZ 4.74 5.96 1.82 -
YUV 65.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 65 73 25 0.11 0 0.66 0.71 70 0.49 0.19
Hex 41 49 19 B 0 42 47 46 31 13
Octal 101 111 31 13 0 102 107 106 61 23
Binary 1000001 1001001 11001 1011 0 1000010 1000111 1000110 110001 10011

Color Harmonies of #414919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414919

Black with #414919

Text Example


Text Example

White with #414919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414919; }

 p { color: rgb(65,73,25); }

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

background-color css

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

 a { background-color: rgb(65,73,25); }

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

border-color css

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

 span { border-color: rgb(65,73,25); }

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