Html Css Color HEX #41491D Verdun Green

📋 copy color: '#41491D'

red 65 ◦ green 73 ◦ blue 29

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

Shades of Verdun Green #41491D

Tints of Verdun Green #41491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 38.92%
G = 43.71%
B = 17.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#41491D (or 0x41491D) is known color: Verdun Green. HEX triplet: 41, 49 and 1D. RGB value is (65,73,29). Sum of RGB (Red+Green+Blue) = 65+73+29=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #41491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41491D is #BEB6E2. Grayscale: #414141. Windows color (decimal): -12498659 or 1919297. OLE color: 1919297.

HSL color Cylindrical-coordinate representation of color #41491D: hue angle of 70.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41491D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 29 -
CMYK 0.11 0 0.60 0.71
HSL 70.91º 0.43% 0.2% -
HSV(B) 70.91º 0.6% 0.29% -
XYZ 4.78 5.98 2.06 -
YUV 65.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 65 73 29 0.11 0 0.60 0.71 70.91 0.43 0.2
Hex 41 49 1D B 0 3C 47 47 2B 14
Octal 101 111 35 13 0 74 107 107 53 24
Binary 1000001 1001001 11101 1011 0 111100 1000111 1000111 101011 10100

Color Harmonies of #41491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41491D

Black with #41491D

Text Example


Text Example

White with #41491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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