#41554B

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

Shades of Plantation #41554B

Tints of Plantation #41554B

Color information

#41554B (or 0x41554B) is unknown color: approx Plantation. HEX triplet: 41, 55 and 4B. RGB value is (65,85,75). Sum of RGB (Red+Green+Blue) = 65+85+75=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #41554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41554B is #BEAAB4. Grayscale: #4D4D4D. Windows color (decimal): -12495541 or 4937025. OLE color: 4937025.

HSL color Cylindrical-coordinate representation of color #41554B: hue angle of 150º 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 #41554B is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB658575-
CMYK0.2400.120.67
HSL150º13.33%29.41%-
HSV(B)150º23.53%33.33%-
XYZ6.78.137.87-
YUV77.88126.37118.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 75 (29.69% from 255) = 33.33%
R=28.89%
G=37.78%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585750.2400.120.6715013.3329.41
Hex41554B180C4396d1d
Octal101125113300141032261535
Binary1000001101010110010111100001100100001110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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