#40604F

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

Shades of Plantation #40604F

Tints of Plantation #40604F

Color information

#40604F (or 0x40604F) is unknown color: approx Plantation. HEX triplet: 40, 60 and 4F. RGB value is (64,96,79). Sum of RGB (Red+Green+Blue) = 64+96+79=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #40604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40604F is #BF9FB0. Grayscale: #545454. Windows color (decimal): -12558257 or 5201984. OLE color: 5201984.

HSL color Cylindrical-coordinate representation of color #40604F: hue angle of 148.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40604F is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB649679-
CMYK0.3300.180.62
HSL148.12º20%31.37%-
HSV(B)148.12º33.33%37.65%-
XYZ7.7110.028.92-
YUV84.49124.9113.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=26.78%
G=40.17%
B=33.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496790.3300.180.62148.122031.37
Hex40604F210123E94141f
Octal10014011741022762242437
Binary100000011000001001111100001010010111110100101001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40604F; }

 p { color: rgb(64,96,79); }

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

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

 a { background-color: rgb(64,96,79); }

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

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

 span { border-color: rgb(64,96,79); }

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