#415448

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

Shades of Plantation #415448

Tints of Plantation #415448

Color information

#415448 (or 0x415448) is unknown color: approx Plantation. HEX triplet: 41, 54 and 48. RGB value is (65,84,72). Sum of RGB (Red+Green+Blue) = 65+84+72=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #415448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415448 is #BEABB7. Grayscale: #4C4C4C. Windows color (decimal): -12495800 or 4740161. OLE color: 4740161.

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

Color convert

RGB658472-
CMYK0.2300.140.67
HSL142.11º12.75%29.22%-
HSV(B)142.11º22.62%32.94%-
XYZ6.527.937.32-
YUV76.95125.21119.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=29.41%
G=38.01%
B=32.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584720.2300.140.67142.1112.7529.22
Hex415448170E438ed1d
Octal101124110270161032161535
Binary1000001101010010010001011101110100001110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415448; }

 p { color: rgb(65,84,72); }

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

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

 a { background-color: rgb(65,84,72); }

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

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

 span { border-color: rgb(65,84,72); }

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