Html Css Color HEX #41470F Verdun Green

📋 copy color: '#41470F'

red 65 ◦ green 71 ◦ blue 15

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

Shades of Verdun Green #41470F

Tints of Verdun Green #41470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.93%

R = 43.05%
G = 47.02%
B = 9.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#41470F (or 0x41470F) is known color: Verdun Green. HEX triplet: 41, 47 and 0F. RGB value is (65,71,15). Sum of RGB (Red+Green+Blue) = 65+71+15=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #41470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41470F is #BEB8F0. Grayscale: #3F3F3F. Windows color (decimal): -12499185 or 1001281. OLE color: 1001281.

HSL color Cylindrical-coordinate representation of color #41470F: hue angle of 66.43º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41470F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 15 -
CMYK 0.08 0 0.79 0.72
HSL 66.43º 0.65% 0.17% -
HSV(B) 66.43º 0.79% 0.28% -
XYZ 4.52 5.66 1.31 -
YUV 62.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 65 71 15 0.08 0 0.79 0.72 66.43 0.65 0.17
Hex 41 47 F 8 0 4F 48 42 41 11
Octal 101 107 17 10 0 117 110 102 101 21
Binary 1000001 1000111 1111 1000 0 1001111 1001000 1000010 1000001 10001

Color Harmonies of #41470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41470F

Black with #41470F

Text Example


Text Example

White with #41470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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