Html Css Color HEX #386158 Stromboli

📋 copy color: '#386158'

red 56 ◦ green 97 ◦ blue 88

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

Shades of Stromboli #386158

Tints of Stromboli #386158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 23.24%
G = 40.25%
B = 36.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#386158 (or 0x386158) is known color: Stromboli. HEX triplet: 38, 61 and 58. RGB value is (56,97,88). Sum of RGB (Red+Green+Blue) = 56+97+88=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #386158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386158 is #C79EA7. Grayscale: #535353. Windows color (decimal): -13082280 or 5792056. OLE color: 5792056.

HSL color Cylindrical-coordinate representation of color #386158: hue angle of 166.83º 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 #386158 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 88 -
CMYK 0.42 0 0.09 0.62
HSL 166.83º 0.27% 0.3% -
HSV(B) 166.83º 0.42% 0.38% -
XYZ 7.67 10.09 10.78 -
YUV 83.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 56 97 88 0.42 0 0.09 0.62 166.83 0.27 0.3
Hex 38 61 58 2A 0 9 3E A7 1B 1E
Octal 70 141 130 52 0 11 76 247 33 36
Binary 111000 1100001 1011000 101010 0 1001 111110 10100111 11011 11110

Color Harmonies of #386158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386158

Black with #386158

Text Example


Text Example

White with #386158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386158; }

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

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

background-color css

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

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

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

border-color css

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

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

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