Html Css Color HEX #385C47 Plantation

📋 copy color: '#385C47'

red 56 ◦ green 92 ◦ blue 71

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

Shades of Plantation #385C47

Tints of Plantation #385C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.01%

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

R = 25.57%
G = 42.01%
B = 32.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#385C47 (or 0x385C47) is known color: Plantation. HEX triplet: 38, 5C and 47. RGB value is (56,92,71). Sum of RGB (Red+Green+Blue) = 56+92+71=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #385C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C47 is #C7A3B8. Grayscale: #4E4E4E. Windows color (decimal): -13083577 or 4676664. OLE color: 4676664.

HSL color Cylindrical-coordinate representation of color #385C47: hue angle of 145º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C47 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 71 -
CMYK 0.39 0 0.23 0.64
HSL 145º 0.24% 0.29% -
HSV(B) 145º 0.39% 0.36% -
XYZ 6.6 8.95 7.34 -
YUV 78.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 56 92 71 0.39 0 0.23 0.64 145 0.24 0.29
Hex 38 5C 47 27 0 17 40 91 18 1D
Octal 70 134 107 47 0 27 100 221 30 35
Binary 111000 1011100 1000111 100111 0 10111 1000000 10010001 11000 11101

Color Harmonies of #385C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C47

Black with #385C47

Text Example


Text Example

White with #385C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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