#3A5A4B

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

Shades of Plantation #3A5A4B

Tints of Plantation #3A5A4B

Color information

#3A5A4B (or 0x3A5A4B) is unknown color: approx Plantation. HEX triplet: 3A, 5A and 4B. RGB value is (58,90,75). Sum of RGB (Red+Green+Blue) = 58+90+75=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A4B is #C5A5B4. Grayscale: #4E4E4E. Windows color (decimal): -12953013 or 4938298. OLE color: 4938298.

HSL color Cylindrical-coordinate representation of color #3A5A4B: hue angle of 151.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A4B is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB589075-
CMYK0.3600.170.65
HSL151.88º21.62%29.02%-
HSV(B)151.88º35.56%35.29%-
XYZ6.678.727.99-
YUV78.72125.9113.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=26.01%
G=40.36%
B=33.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5890750.3600.170.65151.8821.6229.02
Hex3A5A4B240114198161d
Octal72132113440211012302635
Binary111010101101010010111001000100011000001100110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,75); }

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

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

 a { background-color: rgb(58,90,75); }

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

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

 span { border-color: rgb(58,90,75); }

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