Html Css Color HEX #387160 Stromboli

📋 copy color: '#387160'

red 56 ◦ green 113 ◦ blue 96

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

Shades of Stromboli #387160

Tints of Stromboli #387160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 21.13%
G = 42.64%
B = 36.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#387160 (or 0x387160) is known color: Stromboli. HEX triplet: 38, 71 and 60. RGB value is (56,113,96). Sum of RGB (Red+Green+Blue) = 56+113+96=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #387160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387160 is #C78E9F. Grayscale: #5E5E5E. Windows color (decimal): -13078176 or 6320440. OLE color: 6320440.

HSL color Cylindrical-coordinate representation of color #387160: hue angle of 162.11º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387160 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 96 -
CMYK 0.50 0 0.15 0.56
HSL 162.11º 0.34% 0.33% -
HSV(B) 162.11º 0.5% 0.44% -
XYZ 9.65 13.5 13.16 -
YUV 94.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 56 113 96 0.50 0 0.15 0.56 162.11 0.34 0.33
Hex 38 71 60 32 0 F 38 A2 22 21
Octal 70 161 140 62 0 17 70 242 42 41
Binary 111000 1110001 1100000 110010 0 1111 111000 10100010 100010 100001

Color Harmonies of #387160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387160

Black with #387160

Text Example


Text Example

White with #387160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387160; }

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

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

background-color css

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

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

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

border-color css

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

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

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