Html Css Color HEX #386C5F Stromboli

📋 copy color: '#386C5F'

red 56 ◦ green 108 ◦ blue 95

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

Shades of Stromboli #386C5F

Tints of Stromboli #386C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 21.62%
G = 41.7%
B = 36.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#386C5F (or 0x386C5F) is known color: Stromboli. HEX triplet: 38, 6C and 5F. RGB value is (56,108,95). Sum of RGB (Red+Green+Blue) = 56+108+95=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5F is #C793A0. Grayscale: #5A5A5A. Windows color (decimal): -13079457 or 6253624. OLE color: 6253624.

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

Color convert

RGB 56 108 95 -
CMYK 0.48 0 0.12 0.58
HSL 165º 0.32% 0.32% -
HSV(B) 165º 0.48% 0.42% -
XYZ 9.06 12.39 12.74 -
YUV 90.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 56 108 95 0.48 0 0.12 0.58 165 0.32 0.32
Hex 38 6C 5F 30 0 C 3A A5 20 20
Octal 70 154 137 60 0 14 72 245 40 40
Binary 111000 1101100 1011111 110000 0 1100 111010 10100101 100000 100000

Color Harmonies of #386C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C5F

Black with #386C5F

Text Example


Text Example

White with #386C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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