Html Css Color HEX #385547 Plantation

📋 copy color: '#385547'

red 56 ◦ green 85 ◦ blue 71

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

Shades of Plantation #385547

Tints of Plantation #385547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 26.42%
G = 40.09%
B = 33.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#385547 (or 0x385547) is known color: Plantation. HEX triplet: 38, 55 and 47. RGB value is (56,85,71). Sum of RGB (Red+Green+Blue) = 56+85+71=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #385547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385547 is #C7AAB8. Grayscale: #4A4A4A. Windows color (decimal): -13085369 or 4674872. OLE color: 4674872.

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

Color convert

RGB 56 85 71 -
CMYK 0.34 0 0.16 0.67
HSL 151.03º 0.21% 0.28% -
HSV(B) 151.03º 0.34% 0.33% -
XYZ 6.02 7.79 7.15 -
YUV 74.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 56 85 71 0.34 0 0.16 0.67 151.03 0.21 0.28
Hex 38 55 47 22 0 10 43 97 15 1C
Octal 70 125 107 42 0 20 103 227 25 34
Binary 111000 1010101 1000111 100010 0 10000 1000011 10010111 10101 11100

Color Harmonies of #385547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385547

Black with #385547

Text Example


Text Example

White with #385547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385547; }

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

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

background-color css

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

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

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

border-color css

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

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

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