#3A644E

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

Shades of Plantation #3A644E

Tints of Plantation #3A644E

Color information

#3A644E (or 0x3A644E) is unknown color: approx Plantation. HEX triplet: 3A, 64 and 4E. RGB value is (58,100,78). Sum of RGB (Red+Green+Blue) = 58+100+78=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #3A644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A644E is #C59BB1. Grayscale: #545454. Windows color (decimal): -12950450 or 5137466. OLE color: 5137466.

HSL color Cylindrical-coordinate representation of color #3A644E: hue angle of 148.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A644E is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB5810078-
CMYK0.4200.220.61
HSL148.57º26.58%30.98%-
HSV(B)148.57º42%39.22%-
XYZ7.6810.568.84-
YUV84.93124.09108.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=24.58%
G=42.37%
B=33.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100780.4200.220.61148.5726.5830.98
Hex3A644E2A0163D951b1f
Octal7214411652026752253337
Binary11101011001001001110101010010110111101100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,78); }

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

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

 a { background-color: rgb(58,100,78); }

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

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

 span { border-color: rgb(58,100,78); }

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