Html Css Color HEX #387059 Stromboli

📋 copy color: '#387059'

red 56 ◦ green 112 ◦ blue 89

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

Shades of Stromboli #387059

Tints of Stromboli #387059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 21.79%
G = 43.58%
B = 34.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#387059 (or 0x387059) is known color: Stromboli. HEX triplet: 38, 70 and 59. RGB value is (56,112,89). Sum of RGB (Red+Green+Blue) = 56+112+89=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #387059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387059 is #C78FA6. Grayscale: #5C5C5C. Windows color (decimal): -13078439 or 5861432. OLE color: 5861432.

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

Color convert

RGB 56 112 89 -
CMYK 0.50 0 0.21 0.56
HSL 155.36º 0.33% 0.33% -
HSV(B) 155.36º 0.5% 0.44% -
XYZ 9.23 13.15 11.5 -
YUV 92.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 56 112 89 0.50 0 0.21 0.56 155.36 0.33 0.33
Hex 38 70 59 32 0 15 38 9B 21 21
Octal 70 160 131 62 0 25 70 233 41 41
Binary 111000 1110000 1011001 110010 0 10101 111000 10011011 100001 100001

Color Harmonies of #387059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387059

Black with #387059

Text Example


Text Example

White with #387059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387059; }

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

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

background-color css

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

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

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

border-color css

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

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

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