Html Css Color HEX #385647 Plantation

📋 copy color: '#385647'

red 56 ◦ green 86 ◦ blue 71

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

Shades of Plantation #385647

Tints of Plantation #385647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

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

R = 26.29%
G = 40.38%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#385647 (or 0x385647) is known color: Plantation. HEX triplet: 38, 56 and 47. RGB value is (56,86,71). Sum of RGB (Red+Green+Blue) = 56+86+71=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #385647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385647 is #C7A9B8. Grayscale: #4B4B4B. Windows color (decimal): -13085113 or 4675128. OLE color: 4675128.

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

Color convert

RGB 56 86 71 -
CMYK 0.35 0 0.17 0.66
HSL 150º 0.21% 0.28% -
HSV(B) 150º 0.35% 0.34% -
XYZ 6.1 7.95 7.17 -
YUV 75.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 56 86 71 0.35 0 0.17 0.66 150 0.21 0.28
Hex 38 56 47 23 0 11 42 96 15 1C
Octal 70 126 107 43 0 21 102 226 25 34
Binary 111000 1010110 1000111 100011 0 10001 1000010 10010110 10101 11100

Color Harmonies of #385647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385647

Black with #385647

Text Example


Text Example

White with #385647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385647; }

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

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

background-color css

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

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

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

border-color css

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

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

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