#3A664A

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

Shades of Plantation #3A664A

Tints of Plantation #3A664A

Color information

#3A664A (or 0x3A664A) is unknown color: approx Plantation. HEX triplet: 3A, 66 and 4A. RGB value is (58,102,74). Sum of RGB (Red+Green+Blue) = 58+102+74=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #3A664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A664A is #C599B5. Grayscale: #555555. Windows color (decimal): -12949942 or 4875834. OLE color: 4875834.

HSL color Cylindrical-coordinate representation of color #3A664A: hue angle of 141.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A664A is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB5810274-
CMYK0.4300.270.6
HSL141.82º27.5%31.37%-
HSV(B)141.82º43.14%40%-
XYZ7.7310.98.17-
YUV85.65121.42108.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=24.79%
G=43.59%
B=31.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58102740.4300.270.6141.8227.531.37
Hex3A664A2B01B3C8e1c1f
Octal7214611253033742163437
Binary11101011001101001010101011011011111100100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,74); }

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

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

 a { background-color: rgb(58,102,74); }

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

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

 span { border-color: rgb(58,102,74); }

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