Html Css Color HEX #41480E Verdun Green

📋 copy color: '#41480E'

red 65 ◦ green 72 ◦ blue 14

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

Shades of Verdun Green #41480E

Tints of Verdun Green #41480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.27%

R = 43.05%
G = 47.68%
B = 9.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#41480E (or 0x41480E) is known color: Verdun Green. HEX triplet: 41, 48 and 0E. RGB value is (65,72,14). Sum of RGB (Red+Green+Blue) = 65+72+14=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #41480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41480E is #BEB7F1. Grayscale: #3F3F3F. Windows color (decimal): -12498930 or 936001. OLE color: 936001.

HSL color Cylindrical-coordinate representation of color #41480E: hue angle of 67.24º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41480E is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 14 -
CMYK 0.10 0 0.81 0.72
HSL 67.24º 0.67% 0.17% -
HSV(B) 67.24º 0.81% 0.28% -
XYZ 4.58 5.79 1.29 -
YUV 63.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 65 72 14 0.10 0 0.81 0.72 67.24 0.67 0.17
Hex 41 48 E A 0 51 48 43 43 11
Octal 101 110 16 12 0 121 110 103 103 21
Binary 1000001 1001000 1110 1010 0 1010001 1001000 1000011 1000011 10001

Color Harmonies of #41480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41480E

Black with #41480E

Text Example


Text Example

White with #41480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41480E; }

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

 H1.HeaderClassName
 {
   color: #41480E;
 }
 .AnyTagClassName
 {
   color: #41480E;
 }
</style>

background-color css

<style>
 a { background-color: #41480E; }

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

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

border-color css

<style>
 span { border-color: #41480E; }

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

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