#3D5A4A

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

Shades of Plantation #3D5A4A

Tints of Plantation #3D5A4A

Color information

#3D5A4A (or 0x3D5A4A) is unknown color: approx Plantation. HEX triplet: 3D, 5A and 4A. RGB value is (61,90,74). Sum of RGB (Red+Green+Blue) = 61+90+74=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A4A is #C2A5B5. Grayscale: #4F4F4F. Windows color (decimal): -12756406 or 4872765. OLE color: 4872765.

HSL color Cylindrical-coordinate representation of color #3D5A4A: hue angle of 146.9º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D5A4A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB619074-
CMYK0.3200.180.65
HSL146.9º19.21%29.61%-
HSV(B)146.9º32.22%35.29%-
XYZ6.828.87.82-
YUV79.5124.89114.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=27.11%
G=40%
B=32.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6190740.3200.180.65146.919.2129.61
Hex3D5A4A200124193131e
Octal75132112400221012232336
Binary111101101101010010101000000100101000001100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,74); }

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

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

 a { background-color: rgb(61,90,74); }

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

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

 span { border-color: rgb(61,90,74); }

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