Html Css Color HEX #386C5B Stromboli

📋 copy color: '#386C5B'

red 56 ◦ green 108 ◦ blue 91

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

Shades of Stromboli #386C5B

Tints of Stromboli #386C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 21.96%
G = 42.35%
B = 35.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#386C5B (or 0x386C5B) is known color: Stromboli. HEX triplet: 38, 6C and 5B. RGB value is (56,108,91). Sum of RGB (Red+Green+Blue) = 56+108+91=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5B is #C793A4. Grayscale: #5A5A5A. Windows color (decimal): -13079461 or 5991480. OLE color: 5991480.

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

Color convert

RGB 56 108 91 -
CMYK 0.48 0 0.16 0.58
HSL 160.38º 0.32% 0.32% -
HSV(B) 160.38º 0.48% 0.42% -
XYZ 8.88 12.32 11.81 -
YUV 90.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 56 108 91 0.48 0 0.16 0.58 160.38 0.32 0.32
Hex 38 6C 5B 30 0 10 3A A0 20 20
Octal 70 154 133 60 0 20 72 240 40 40
Binary 111000 1101100 1011011 110000 0 10000 111010 10100000 100000 100000

Color Harmonies of #386C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C5B

Black with #386C5B

Text Example


Text Example

White with #386C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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