Html Css Color HEX #41481D Verdun Green

📋 copy color: '#41481D'

red 65 ◦ green 72 ◦ blue 29

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

Shades of Verdun Green #41481D

Tints of Verdun Green #41481D

RGB

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

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

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

R = 39.16%
G = 43.37%
B = 17.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#41481D (or 0x41481D) is known color: Verdun Green. HEX triplet: 41, 48 and 1D. RGB value is (65,72,29). Sum of RGB (Red+Green+Blue) = 65+72+29=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #41481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481D is #BEB7E2. Grayscale: #414141. Windows color (decimal): -12498915 or 1919041. OLE color: 1919041.

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

Color convert

RGB 65 72 29 -
CMYK 0.10 0 0.60 0.72
HSL 69.77º 0.43% 0.2% -
HSV(B) 69.77º 0.6% 0.28% -
XYZ 4.72 5.85 2.04 -
YUV 65.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 65 72 29 0.10 0 0.60 0.72 69.77 0.43 0.2
Hex 41 48 1D A 0 3C 48 46 2B 14
Octal 101 110 35 12 0 74 110 106 53 24
Binary 1000001 1001000 11101 1010 0 111100 1001000 1000110 101011 10100

Color Harmonies of #41481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41481D

Black with #41481D

Text Example


Text Example

White with #41481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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