Html Css Color HEX #385F47 Plantation

📋 copy color: '#385F47'

red 56 ◦ green 95 ◦ blue 71

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

Shades of Plantation #385F47

Tints of Plantation #385F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.79%

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

R = 25.23%
G = 42.79%
B = 31.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#385F47 (or 0x385F47) is known color: Plantation. HEX triplet: 38, 5F and 47. RGB value is (56,95,71). Sum of RGB (Red+Green+Blue) = 56+95+71=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #385F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F47 is #C7A0B8. Grayscale: #505050. Windows color (decimal): -13082809 or 4677432. OLE color: 4677432.

HSL color Cylindrical-coordinate representation of color #385F47: hue angle of 143.08º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #385F47 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 95 71 -
CMYK 0.41 0 0.25 0.63
HSL 143.08º 0.26% 0.3% -
HSV(B) 143.08º 0.41% 0.37% -
XYZ 6.86 9.48 7.43 -
YUV 80.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 56 95 71 0.41 0 0.25 0.63 143.08 0.26 0.3
Hex 38 5F 47 29 0 19 3F 8F 1A 1E
Octal 70 137 107 51 0 31 77 217 32 36
Binary 111000 1011111 1000111 101001 0 11001 111111 10001111 11010 11110

Color Harmonies of #385F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385F47

Black with #385F47

Text Example


Text Example

White with #385F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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