Html Css Color HEX #386157 Stromboli

📋 copy color: '#386157'

red 56 ◦ green 97 ◦ blue 87

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

Shades of Stromboli #386157

Tints of Stromboli #386157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.42%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 23.33%
G = 40.42%
B = 36.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#386157 (or 0x386157) is known color: Stromboli. HEX triplet: 38, 61 and 57. RGB value is (56,97,87). Sum of RGB (Red+Green+Blue) = 56+97+87=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #386157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386157 is #C79EA8. Grayscale: #535353. Windows color (decimal): -13082281 or 5726520. OLE color: 5726520.

HSL color Cylindrical-coordinate representation of color #386157: hue angle of 165.37º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386157 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 87 -
CMYK 0.42 0 0.10 0.62
HSL 165.37º 0.27% 0.3% -
HSV(B) 165.37º 0.42% 0.38% -
XYZ 7.63 10.08 10.56 -
YUV 83.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 56 97 87 0.42 0 0.10 0.62 165.37 0.27 0.3
Hex 38 61 57 2A 0 A 3E A5 1B 1E
Octal 70 141 127 52 0 12 76 245 33 36
Binary 111000 1100001 1010111 101010 0 1010 111110 10100101 11011 11110

Color Harmonies of #386157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386157

Black with #386157

Text Example


Text Example

White with #386157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386157; }

 p { color: rgb(56,97,87); }

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

background-color css

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

 a { background-color: rgb(56,97,87); }

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

border-color css

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

 span { border-color: rgb(56,97,87); }

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