Html Css Color HEX #41471B Verdun Green

📋 copy color: '#41471B'

red 65 ◦ green 71 ◦ blue 27

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

Shades of Verdun Green #41471B

Tints of Verdun Green #41471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.56%

R = 39.88%
G = 43.56%
B = 16.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#41471B (or 0x41471B) is known color: Verdun Green. HEX triplet: 41, 47 and 1B. RGB value is (65,71,27). Sum of RGB (Red+Green+Blue) = 65+71+27=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #41471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41471B is #BEB8E4. Grayscale: #404040. Windows color (decimal): -12499173 or 1787713. OLE color: 1787713.

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

Color convert

RGB 65 71 27 -
CMYK 0.08 0 0.62 0.72
HSL 68.18º 0.45% 0.19% -
HSV(B) 68.18º 0.62% 0.28% -
XYZ 4.63 5.71 1.89 -
YUV 64.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 65 71 27 0.08 0 0.62 0.72 68.18 0.45 0.19
Hex 41 47 1B 8 0 3E 48 44 2D 13
Octal 101 107 33 10 0 76 110 104 55 23
Binary 1000001 1000111 11011 1000 0 111110 1001000 1000100 101101 10011

Color Harmonies of #41471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41471B

Black with #41471B

Text Example


Text Example

White with #41471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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