Html Css Color HEX #386C5D Stromboli

📋 copy color: '#386C5D'

red 56 ◦ green 108 ◦ blue 93

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

Shades of Stromboli #386C5D

Tints of Stromboli #386C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 21.79%
G = 42.02%
B = 36.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#386C5D (or 0x386C5D) is known color: Stromboli. HEX triplet: 38, 6C and 5D. RGB value is (56,108,93). Sum of RGB (Red+Green+Blue) = 56+108+93=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5D is #C793A2. Grayscale: #5A5A5A. Windows color (decimal): -13079459 or 6122552. OLE color: 6122552.

HSL color Cylindrical-coordinate representation of color #386C5D: hue angle of 162.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C5D is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 93 -
CMYK 0.48 0 0.14 0.58
HSL 162.69º 0.32% 0.32% -
HSV(B) 162.69º 0.48% 0.42% -
XYZ 8.97 12.36 12.27 -
YUV 90.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 56 108 93 0.48 0 0.14 0.58 162.69 0.32 0.32
Hex 38 6C 5D 30 0 E 3A A3 20 20
Octal 70 154 135 60 0 16 72 243 40 40
Binary 111000 1101100 1011101 110000 0 1110 111010 10100011 100000 100000

Color Harmonies of #386C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C5D

Black with #386C5D

Text Example


Text Example

White with #386C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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