Html Css Color HEX #385548 Plantation

📋 copy color: '#385548'

red 56 ◦ green 85 ◦ blue 72

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

Shades of Plantation #385548

Tints of Plantation #385548

RGB

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

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

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

R = 26.29%
G = 39.91%
B = 33.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#385548 (or 0x385548) is known color: Plantation. HEX triplet: 38, 55 and 48. RGB value is (56,85,72). Sum of RGB (Red+Green+Blue) = 56+85+72=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #385548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385548 is #C7AAB7. Grayscale: #4A4A4A. Windows color (decimal): -13085368 or 4740408. OLE color: 4740408.

HSL color Cylindrical-coordinate representation of color #385548: hue angle of 153.1º 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 #385548 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 72 -
CMYK 0.34 0 0.15 0.67
HSL 153.1º 0.21% 0.28% -
HSV(B) 153.1º 0.34% 0.33% -
XYZ 6.05 7.81 7.32 -
YUV 74.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 56 85 72 0.34 0 0.15 0.67 153.1 0.21 0.28
Hex 38 55 48 22 0 F 43 99 15 1C
Octal 70 125 110 42 0 17 103 231 25 34
Binary 111000 1010101 1001000 100010 0 1111 1000011 10011001 10101 11100

Color Harmonies of #385548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385548

Black with #385548

Text Example


Text Example

White with #385548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385548; }

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

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

background-color css

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

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

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

border-color css

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

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

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