#385947

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

Shades of Plantation #385947

Tints of Plantation #385947

Color information

#385947 (or 0x385947) is unknown color: approx Plantation. HEX triplet: 38, 59 and 47. RGB value is (56,89,71). Sum of RGB (Red+Green+Blue) = 56+89+71=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #385947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385947 is #C7A6B8. Grayscale: #4D4D4D. Windows color (decimal): -13084345 or 4675896. OLE color: 4675896.

HSL color Cylindrical-coordinate representation of color #385947: hue angle of 147.27º 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 #385947 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB568971-
CMYK0.3700.200.65
HSL147.27º22.76%28.43%-
HSV(B)147.27º37.08%34.9%-
XYZ6.348.447.26-
YUV77.08124.57112.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=25.93%
G=41.20%
B=32.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689710.3700.200.65147.2722.7628.43
Hex385947250144193171c
Octal70131107450241012232734
Binary111000101100110001111001010101001000001100100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385947; }

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

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

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

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

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

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

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

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