#385E46

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

Shades of Plantation #385E46

Tints of Plantation #385E46

Color information

#385E46 (or 0x385E46) is unknown color: approx Plantation. HEX triplet: 38, 5E and 46. RGB value is (56,94,70). Sum of RGB (Red+Green+Blue) = 56+94+70=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #385E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E46 is #C7A1B9. Grayscale: #4F4F4F. Windows color (decimal): -13083066 or 4611640. OLE color: 4611640.

HSL color Cylindrical-coordinate representation of color #385E46: hue angle of 142.11º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E46 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB569470-
CMYK0.4000.260.63
HSL142.11º25.33%29.41%-
HSV(B)142.11º40.43%36.86%-
XYZ6.749.297.23-
YUV79.9122.41110.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=25.45%
G=42.73%
B=31.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694700.4000.260.63142.1125.3329.41
Hex385E462801A3F8e191d
Octal7013610650032772163135
Binary11100010111101000110101000011010111111100011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385E46; }

 p { color: rgb(56,94,70); }

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

<style>
 a { background-color: #385E46; }

 a { background-color: rgb(56,94,70); }

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

<style>
 span { border-color: #385E46; }

 span { border-color: rgb(56,94,70); }

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