Html Css Color HEX #385247 Plantation

📋 copy color: '#385247'

red 56 ◦ green 82 ◦ blue 71

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

Shades of Plantation #385247

Tints of Plantation #385247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

 BLUE value IS 71 (28.13% from 255) = 33.97%

R = 26.79%
G = 39.23%
B = 33.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#385247 (or 0x385247) is known color: Plantation. HEX triplet: 38, 52 and 47. RGB value is (56,82,71). Sum of RGB (Red+Green+Blue) = 56+82+71=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #385247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385247 is #C7ADB8. Grayscale: #484848. Windows color (decimal): -13086137 or 4674104. OLE color: 4674104.

HSL color Cylindrical-coordinate representation of color #385247: hue angle of 154.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #385247 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 71 -
CMYK 0.32 0 0.13 0.68
HSL 154.62º 0.19% 0.27% -
HSV(B) 154.62º 0.32% 0.32% -
XYZ 5.79 7.33 7.07 -
YUV 72.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 56 82 71 0.32 0 0.13 0.68 154.62 0.19 0.27
Hex 38 52 47 20 0 D 44 9B 13 1B
Octal 70 122 107 40 0 15 104 233 23 33
Binary 111000 1010010 1000111 100000 0 1101 1000100 10011011 10011 11011

Color Harmonies of #385247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385247

Black with #385247

Text Example


Text Example

White with #385247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385247; }

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

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

background-color css

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

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

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

border-color css

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

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

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