Html Css Color HEX #41471D Verdun Green

📋 copy color: '#41471D'

red 65 ◦ green 71 ◦ blue 29

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

Shades of Verdun Green #41471D

Tints of Verdun Green #41471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.03%

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

R = 39.39%
G = 43.03%
B = 17.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#41471D (or 0x41471D) is known color: Verdun Green. HEX triplet: 41, 47 and 1D. RGB value is (65,71,29). Sum of RGB (Red+Green+Blue) = 65+71+29=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #41471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41471D is #BEB8E2. Grayscale: #404040. Windows color (decimal): -12499171 or 1918785. OLE color: 1918785.

HSL color Cylindrical-coordinate representation of color #41471D: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41471D is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 29 -
CMYK 0.08 0 0.59 0.72
HSL 68.57º 0.42% 0.2% -
HSV(B) 68.57º 0.59% 0.28% -
XYZ 4.65 5.72 2.02 -
YUV 64.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 65 71 29 0.08 0 0.59 0.72 68.57 0.42 0.2
Hex 41 47 1D 8 0 3B 48 45 2A 14
Octal 101 107 35 10 0 73 110 105 52 24
Binary 1000001 1000111 11101 1000 0 111011 1001000 1000101 101010 10100

Color Harmonies of #41471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41471D

Black with #41471D

Text Example


Text Example

White with #41471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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