#41554D

Color #41554D Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #41554D

Tints of Plantation #41554D

Color information

#41554D (or 0x41554D) is unknown color: approx Plantation. HEX triplet: 41, 55 and 4D. RGB value is (65,85,77). Sum of RGB (Red+Green+Blue) = 65+85+77=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #41554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41554D is #BEAAB2. Grayscale: #4E4E4E. Windows color (decimal): -12495539 or 5068097. OLE color: 5068097.

HSL color Cylindrical-coordinate representation of color #41554D: hue angle of 156º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41554D is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB658577-
CMYK0.2400.090.67
HSL156º13.33%29.41%-
HSV(B)156º23.53%33.33%-
XYZ6.778.168.24-
YUV78.11127.37118.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=28.63%
G=37.44%
B=33.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585770.2400.090.6715613.3329.41
Hex41554D1809439cd1d
Octal101125115300111032341535
Binary1000001101010110011011100001001100001110011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41554D; }

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

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

<style>
 a { background-color: #41554D; }

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

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

<style>
 span { border-color: #41554D; }

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

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