Html Css Color HEX #387060 Stromboli

📋 copy color: '#387060'

red 56 ◦ green 112 ◦ blue 96

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

Shades of Stromboli #387060

Tints of Stromboli #387060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

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

R = 21.21%
G = 42.42%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#387060 (or 0x387060) is known color: Stromboli. HEX triplet: 38, 70 and 60. RGB value is (56,112,96). Sum of RGB (Red+Green+Blue) = 56+112+96=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #387060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387060 is #C78F9F. Grayscale: #5D5D5D. Windows color (decimal): -13078432 or 6320184. OLE color: 6320184.

HSL color Cylindrical-coordinate representation of color #387060: hue angle of 162.86º degrees, saturation: 0.33, 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 #387060 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 96 -
CMYK 0.50 0 0.14 0.56
HSL 162.86º 0.33% 0.33% -
HSV(B) 162.86º 0.5% 0.44% -
XYZ 9.54 13.27 13.13 -
YUV 93.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 56 112 96 0.50 0 0.14 0.56 162.86 0.33 0.33
Hex 38 70 60 32 0 E 38 A3 21 21
Octal 70 160 140 62 0 16 70 243 41 41
Binary 111000 1110000 1100000 110010 0 1110 111000 10100011 100001 100001

Color Harmonies of #387060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387060

Black with #387060

Text Example


Text Example

White with #387060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387060; }

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

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

background-color css

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

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

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

border-color css

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

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

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