#415C4B

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

Shades of Plantation #415C4B

Tints of Plantation #415C4B

Color information

#415C4B (or 0x415C4B) is unknown color: approx Plantation. HEX triplet: 41, 5C and 4B. RGB value is (65,92,75). Sum of RGB (Red+Green+Blue) = 65+92+75=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #415C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C4B is #BEA3B4. Grayscale: #525252. Windows color (decimal): -12493749 or 4938817. OLE color: 4938817.

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

Color convert

RGB659275-
CMYK0.2900.180.64
HSL142.22º17.2%30.78%-
HSV(B)142.22º29.35%36.08%-
XYZ7.289.298.07-
YUV81.99124.05115.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=28.02%
G=39.66%
B=32.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592750.2900.180.64142.2217.230.78
Hex415C4B1D012408e111f
Octal101134113350221002162137
Binary100000110111001001011111010100101000000100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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