Html Css Color HEX #385D48 Plantation

📋 copy color: '#385D48'

red 56 ◦ green 93 ◦ blue 72

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

Shades of Plantation #385D48

Tints of Plantation #385D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.08%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 25.34%
G = 42.08%
B = 32.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#385D48 (or 0x385D48) is known color: Plantation. HEX triplet: 38, 5D and 48. RGB value is (56,93,72). Sum of RGB (Red+Green+Blue) = 56+93+72=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #385D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D48 is #C7A2B7. Grayscale: #4F4F4F. Windows color (decimal): -13083320 or 4742456. OLE color: 4742456.

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

Color convert

RGB 56 93 72 -
CMYK 0.40 0 0.23 0.64
HSL 145.95º 0.25% 0.29% -
HSV(B) 145.95º 0.4% 0.36% -
XYZ 6.71 9.14 7.54 -
YUV 79.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 56 93 72 0.40 0 0.23 0.64 145.95 0.25 0.29
Hex 38 5D 48 28 0 17 40 92 19 1D
Octal 70 135 110 50 0 27 100 222 31 35
Binary 111000 1011101 1001000 101000 0 10111 1000000 10010010 11001 11101

Color Harmonies of #385D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D48

Black with #385D48

Text Example


Text Example

White with #385D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,72); }

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

background-color css

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

 a { background-color: rgb(56,93,72); }

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

border-color css

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

 span { border-color: rgb(56,93,72); }

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