#415B4D

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

Shades of Plantation #415B4D

Tints of Plantation #415B4D

Color information

#415B4D (or 0x415B4D) is unknown color: approx Plantation. HEX triplet: 41, 5B and 4D. RGB value is (65,91,77). Sum of RGB (Red+Green+Blue) = 65+91+77=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 91 - color contains mainly: green. Hex color #415B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B4D is #BEA4B2. Grayscale: #515151. Windows color (decimal): -12494003 or 5069633. OLE color: 5069633.

HSL color Cylindrical-coordinate representation of color #415B4D: hue angle of 147.69º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B4D is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB659177-
CMYK0.2900.150.64
HSL147.69º16.67%30.59%-
HSV(B)147.69º28.57%35.69%-
XYZ7.269.148.4-
YUV81.63125.39116.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=27.90%
G=39.06%
B=33.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591770.2900.150.64147.6916.6730.59
Hex415B4D1D0F4094111f
Octal101133115350171002242137
Binary10000011011011100110111101011111000000100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B4D; }

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

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

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

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

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

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

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

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