Html Css Color HEX #385C49 Plantation

📋 copy color: '#385C49'

red 56 ◦ green 92 ◦ blue 73

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

Shades of Plantation #385C49

Tints of Plantation #385C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 25.34%
G = 41.63%
B = 33.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#385C49 (or 0x385C49) is known color: Plantation. HEX triplet: 38, 5C and 49. RGB value is (56,92,73). Sum of RGB (Red+Green+Blue) = 56+92+73=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #385C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C49 is #C7A3B6. Grayscale: #4F4F4F. Windows color (decimal): -13083575 or 4807736. OLE color: 4807736.

HSL color Cylindrical-coordinate representation of color #385C49: hue angle of 148.33º 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 #385C49 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 73 -
CMYK 0.39 0 0.21 0.64
HSL 148.33º 0.24% 0.29% -
HSV(B) 148.33º 0.39% 0.36% -
XYZ 6.66 8.98 7.68 -
YUV 79.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 56 92 73 0.39 0 0.21 0.64 148.33 0.24 0.29
Hex 38 5C 49 27 0 15 40 94 18 1D
Octal 70 134 111 47 0 25 100 224 30 35
Binary 111000 1011100 1001001 100111 0 10101 1000000 10010100 11000 11101

Color Harmonies of #385C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C49

Black with #385C49

Text Example


Text Example

White with #385C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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