Html Css Color HEX #386C60 Stromboli

📋 copy color: '#386C60'

red 56 ◦ green 108 ◦ blue 96

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

Shades of Stromboli #386C60

Tints of Stromboli #386C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 21.54%
G = 41.54%
B = 36.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#386C60 (or 0x386C60) is known color: Stromboli. HEX triplet: 38, 6C and 60. RGB value is (56,108,96). Sum of RGB (Red+Green+Blue) = 56+108+96=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #386C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C60 is #C7939F. Grayscale: #5B5B5B. Windows color (decimal): -13079456 or 6319160. OLE color: 6319160.

HSL color Cylindrical-coordinate representation of color #386C60: hue angle of 166.15º 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 #386C60 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 96 -
CMYK 0.48 0 0.11 0.58
HSL 166.15º 0.32% 0.32% -
HSV(B) 166.15º 0.48% 0.42% -
XYZ 9.1 12.41 12.98 -
YUV 91.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 56 108 96 0.48 0 0.11 0.58 166.15 0.32 0.32
Hex 38 6C 60 30 0 B 3A A6 20 20
Octal 70 154 140 60 0 13 72 246 40 40
Binary 111000 1101100 1100000 110000 0 1011 111010 10100110 100000 100000

Color Harmonies of #386C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C60

Black with #386C60

Text Example


Text Example

White with #386C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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