#415B4F

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

Shades of Plantation #415B4F

Tints of Plantation #415B4F

Color information

#415B4F (or 0x415B4F) is unknown color: approx Plantation. HEX triplet: 41, 5B and 4F. RGB value is (65,91,79). Sum of RGB (Red+Green+Blue) = 65+91+79=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #415B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B4F is #BEA4B0. Grayscale: #515151. Windows color (decimal): -12494001 or 5200705. OLE color: 5200705.

HSL color Cylindrical-coordinate representation of color #415B4F: hue angle of 152.31º 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 #415B4F is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB659179-
CMYK0.2900.130.64
HSL152.31º16.67%30.59%-
HSV(B)152.31º28.57%35.69%-
XYZ7.339.178.78-
YUV81.86126.39115.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=27.66%
G=38.72%
B=33.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6591790.2900.130.64152.3116.6730.59
Hex415B4F1D0D4098111f
Octal101133117350151002302137
Binary10000011011011100111111101011011000000100110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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