Html Css Color HEX #386959 Stromboli

📋 copy color: '#386959'

red 56 ◦ green 105 ◦ blue 89

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

Shades of Stromboli #386959

Tints of Stromboli #386959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

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

R = 22.4%
G = 42%
B = 35.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#386959 (or 0x386959) is known color: Stromboli. HEX triplet: 38, 69 and 59. RGB value is (56,105,89). Sum of RGB (Red+Green+Blue) = 56+105+89=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #386959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386959 is #C796A6. Grayscale: #585858. Windows color (decimal): -13080231 or 5859640. OLE color: 5859640.

HSL color Cylindrical-coordinate representation of color #386959: hue angle of 160.41º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386959 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 89 -
CMYK 0.47 0 0.15 0.59
HSL 160.41º 0.3% 0.32% -
HSV(B) 160.41º 0.47% 0.41% -
XYZ 8.49 11.67 11.26 -
YUV 88.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 56 105 89 0.47 0 0.15 0.59 160.41 0.3 0.32
Hex 38 69 59 2F 0 F 3B A0 1E 20
Octal 70 151 131 57 0 17 73 240 36 40
Binary 111000 1101001 1011001 101111 0 1111 111011 10100000 11110 100000

Color Harmonies of #386959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386959

Black with #386959

Text Example


Text Example

White with #386959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386959; }

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

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

background-color css

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

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

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

border-color css

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

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

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