#41551C

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

Shades of Verdun Green #41551C

Tints of Verdun Green #41551C

Color information

#41551C (or 0x41551C) is unknown color: approx Verdun Green. HEX triplet: 41, 55 and 1C. RGB value is (65,85,28). Sum of RGB (Red+Green+Blue) = 65+85+28=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #41551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41551C is #BEAAE3. Grayscale: #484848. Windows color (decimal): -12495588 or 1856833. OLE color: 1856833.

HSL color Cylindrical-coordinate representation of color #41551C: hue angle of 81.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41551C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB658528-
CMYK0.2400.670.67
HSL81.05º50.44%22.16%-
HSV(B)81.05º67.06%33.33%-
XYZ5.647.72.29-
YUV72.52102.87122.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=36.52%
G=47.75%
B=15.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585280.2400.670.6781.0550.4422.16
Hex41551C1804343513216
Octal101125343001031031216226
Binary100000110101011110011000010000111000011101000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41551C; }

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

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

<style>
 a { background-color: #41551C; }

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

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

<style>
 span { border-color: #41551C; }

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

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