#41584B

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

Shades of Plantation #41584B

Tints of Plantation #41584B

Color information

#41584B (or 0x41584B) is unknown color: approx Plantation. HEX triplet: 41, 58 and 4B. RGB value is (65,88,75). Sum of RGB (Red+Green+Blue) = 65+88+75=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #41584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41584B is #BEA7B4. Grayscale: #4F4F4F. Windows color (decimal): -12494773 or 4937793. OLE color: 4937793.

HSL color Cylindrical-coordinate representation of color #41584B: hue angle of 146.09º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41584B is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB658875-
CMYK0.2600.150.65
HSL146.09º15.03%30%-
HSV(B)146.09º26.14%34.51%-
XYZ6.948.617.95-
YUV79.64125.38117.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=28.51%
G=38.60%
B=32.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588750.2600.150.65146.0915.0330
Hex41584B1A0F4192f1e
Octal101130113320171012221736
Binary1000001101100010010111101001111100000110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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