#3A5F4D

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

Shades of Plantation #3A5F4D

Tints of Plantation #3A5F4D

Color information

#3A5F4D (or 0x3A5F4D) is unknown color: approx Plantation. HEX triplet: 3A, 5F and 4D. RGB value is (58,95,77). Sum of RGB (Red+Green+Blue) = 58+95+77=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5F4D is #C5A0B2. Grayscale: #515151. Windows color (decimal): -12951731 or 5070650. OLE color: 5070650.

HSL color Cylindrical-coordinate representation of color #3A5F4D: hue angle of 150.81º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F4D is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB589577-
CMYK0.3900.190.63
HSL150.81º24.18%30%-
HSV(B)150.81º38.95%37.25%-
XYZ7.189.628.5-
YUV81.89125.24110.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.22%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=25.22%
G=41.30%
B=33.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5895770.3900.190.63150.8124.1830
Hex3A5F4D270133F97181e
Octal7213711547023772273036
Binary11101010111111001101100111010011111111100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5F4D; }

 p { color: rgb(58,95,77); }

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

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

 a { background-color: rgb(58,95,77); }

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

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

 span { border-color: rgb(58,95,77); }

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