#385946

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

Shades of Plantation #385946

Tints of Plantation #385946

Color information

#385946 (or 0x385946) is unknown color: approx Plantation. HEX triplet: 38, 59 and 46. RGB value is (56,89,70). Sum of RGB (Red+Green+Blue) = 56+89+70=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #385946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385946 is #C7A6B9. Grayscale: #4D4D4D. Windows color (decimal): -13084346 or 4610360. OLE color: 4610360.

HSL color Cylindrical-coordinate representation of color #385946: hue angle of 145.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385946 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB568970-
CMYK0.3700.210.65
HSL145.45º22.76%28.43%-
HSV(B)145.45º37.08%34.9%-
XYZ6.318.437.09-
YUV76.97124.07113.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=26.05%
G=41.40%
B=32.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689700.3700.210.65145.4522.7628.43
Hex385946250154191171c
Octal70131106450251012212734
Binary111000101100110001101001010101011000001100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385946; }

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

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

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

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

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

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

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

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