Html Css Color HEX #385546 Plantation

📋 copy color: '#385546'

red 56 ◦ green 85 ◦ blue 70

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

Shades of Plantation #385546

Tints of Plantation #385546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 26.54%
G = 40.28%
B = 33.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#385546 (or 0x385546) is known color: Plantation. HEX triplet: 38, 55 and 46. RGB value is (56,85,70). Sum of RGB (Red+Green+Blue) = 56+85+70=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #385546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385546 is #C7AAB9. Grayscale: #4A4A4A. Windows color (decimal): -13085370 or 4609336. OLE color: 4609336.

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

Color convert

RGB 56 85 70 -
CMYK 0.34 0 0.18 0.67
HSL 148.97º 0.21% 0.28% -
HSV(B) 148.97º 0.34% 0.33% -
XYZ 5.98 7.78 6.98 -
YUV 74.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 56 85 70 0.34 0 0.18 0.67 148.97 0.21 0.28
Hex 38 55 46 22 0 12 43 95 15 1C
Octal 70 125 106 42 0 22 103 225 25 34
Binary 111000 1010101 1000110 100010 0 10010 1000011 10010101 10101 11100

Color Harmonies of #385546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385546

Black with #385546

Text Example


Text Example

White with #385546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385546; }

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

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

background-color css

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

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

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

border-color css

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

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

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