#41550E

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

Shades of Verdun Green #41550E

Tints of Verdun Green #41550E

Color information

#41550E (or 0x41550E) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 0E. RGB value is (65,85,14). Sum of RGB (Red+Green+Blue) = 65+85+14=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #41550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41550E is #BEAAF1. Grayscale: #474747. Windows color (decimal): -12495602 or 939329. OLE color: 939329.

HSL color Cylindrical-coordinate representation of color #41550E: hue angle of 76.9º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41550E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB658514-
CMYK0.2400.840.67
HSL76.9º71.72%19.41%-
HSV(B)76.9º83.53%33.33%-
XYZ5.517.651.6-
YUV70.9395.87123.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 14 (5.86% from 255) = 8.54%
R=39.63%
G=51.83%
B=8.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585140.2400.840.6776.971.7219.41
Hex4155E18054434d4813
Octal1011251630012410311511023
Binary100000110101011110110000101010010000111001101100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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