Html Css Color HEX #385E49 Plantation

📋 copy color: '#385E49'

red 56 ◦ green 94 ◦ blue 73

#385E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #385E49

Tints of Plantation #385E49

RGB

 RED value IS 56 (22.27% from 255) = 25.11%

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 25.11%
G = 42.15%
B = 32.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#385E49 (or 0x385E49) is known color: Plantation. HEX triplet: 38, 5E and 49. RGB value is (56,94,73). Sum of RGB (Red+Green+Blue) = 56+94+73=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #385E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E49 is #C7A1B6. Grayscale: #505050. Windows color (decimal): -13083063 or 4808248. OLE color: 4808248.

HSL color Cylindrical-coordinate representation of color #385E49: hue angle of 146.84º 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 #385E49 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 73 -
CMYK 0.40 0 0.22 0.63
HSL 146.84º 0.25% 0.29% -
HSV(B) 146.84º 0.4% 0.37% -
XYZ 6.84 9.33 7.74 -
YUV 80.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 56 94 73 0.40 0 0.22 0.63 146.84 0.25 0.29
Hex 38 5E 49 28 0 16 3F 93 19 1D
Octal 70 136 111 50 0 26 77 223 31 35
Binary 111000 1011110 1001001 101000 0 10110 111111 10010011 11001 11101

Color Harmonies of #385E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E49

Black with #385E49

Text Example


Text Example

White with #385E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #385E49;
 }
 .AnyTagClassName
 {
   color: #385E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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