#41480A

Color #41480A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #41480A

Tints of Verdun Green #41480A

Color information

#41480A (or 0x41480A) is unknown color: approx Verdun Green. HEX triplet: 41, 48 and 0A. RGB value is (65,72,10). Sum of RGB (Red+Green+Blue) = 65+72+10=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #41480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41480A is #BEB7F5. Grayscale: #3F3F3F. Windows color (decimal): -12498934 or 673857. OLE color: 673857.

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

Color convert

RGB657210-
CMYK0.1000.860.72
HSL66.77º75.61%16.08%-
HSV(B)66.77º86.11%28.24%-
XYZ4.555.781.16-
YUV62.8498.18129.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=44.22%
G=48.98%
B=6.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572100.1000.860.7266.7775.6116.08
Hex4148AA05648434c10
Octal1011101212012611010311420
Binary10000011001000101010100101011010010001000011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41480A;
 }
 .AnyTagClassName
 {
   color: #41480A;
 }
</style>
background-color css

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

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

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

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

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

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