Html Css Color HEX #414819 Verdun Green

📋 copy color: '#414819'

red 65 ◦ green 72 ◦ blue 25

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

Shades of Verdun Green #414819

Tints of Verdun Green #414819

RGB

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

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

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

R = 40.12%
G = 44.44%
B = 15.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#414819 (or 0x414819) is known color: Verdun Green. HEX triplet: 41, 48 and 19. RGB value is (65,72,25). Sum of RGB (Red+Green+Blue) = 65+72+25=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #414819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414819 is #BEB7E6. Grayscale: #404040. Windows color (decimal): -12498919 or 1656897. OLE color: 1656897.

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

Color convert

RGB 65 72 25 -
CMYK 0.10 0 0.65 0.72
HSL 68.94º 0.48% 0.19% -
HSV(B) 68.94º 0.65% 0.28% -
XYZ 4.67 5.83 1.8 -
YUV 64.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 65 72 25 0.10 0 0.65 0.72 68.94 0.48 0.19
Hex 41 48 19 A 0 41 48 45 30 13
Octal 101 110 31 12 0 101 110 105 60 23
Binary 1000001 1001000 11001 1010 0 1000001 1001000 1000101 110000 10011

Color Harmonies of #414819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414819

Black with #414819

Text Example


Text Example

White with #414819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414819; }

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

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

background-color css

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

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

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

border-color css

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

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

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