Html Css Color HEX #386955 Stromboli

📋 copy color: '#386955'

red 56 ◦ green 105 ◦ blue 85

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

Shades of Stromboli #386955

Tints of Stromboli #386955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 22.76%
G = 42.68%
B = 34.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#386955 (or 0x386955) is known color: Stromboli. HEX triplet: 38, 69 and 55. RGB value is (56,105,85). Sum of RGB (Red+Green+Blue) = 56+105+85=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #386955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386955 is #C796AA. Grayscale: #585858. Windows color (decimal): -13080235 or 5597496. OLE color: 5597496.

HSL color Cylindrical-coordinate representation of color #386955: hue angle of 155.51º 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 #386955 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 85 -
CMYK 0.47 0 0.19 0.59
HSL 155.51º 0.3% 0.32% -
HSV(B) 155.51º 0.47% 0.41% -
XYZ 8.32 11.6 10.39 -
YUV 88.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 56 105 85 0.47 0 0.19 0.59 155.51 0.3 0.32
Hex 38 69 55 2F 0 13 3B 9C 1E 20
Octal 70 151 125 57 0 23 73 234 36 40
Binary 111000 1101001 1010101 101111 0 10011 111011 10011100 11110 100000

Color Harmonies of #386955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386955

Black with #386955

Text Example


Text Example

White with #386955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386955; }

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

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

background-color css

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

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

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

border-color css

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

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

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