#386953

Color #386953 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #386953

Tints of Stromboli #386953

Color information

#386953 (or 0x386953) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 53. RGB value is (56,105,83). Sum of RGB (Red+Green+Blue) = 56+105+83=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #386953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386953 is #C796AC. Grayscale: #575757. Windows color (decimal): -13080237 or 5466424. OLE color: 5466424.

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

Color convert

RGB5610583-
CMYK0.4700.210.59
HSL153.06º30.43%31.57%-
HSV(B)153.06º46.67%41.18%-
XYZ8.2411.579.98-
YUV87.84125.27105.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=22.95%
G=43.03%
B=34.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105830.4700.210.59153.0630.4331.57
Hex3869532F0153B991e20
Octal7015112357025732313640
Binary111000110100110100111011110101011110111001100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386953; }

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

 H1.HeaderClassName
 {
   color: #386953;
 }
 .AnyTagClassName
 {
   color: #386953;
 }
</style>
background-color css

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

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

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

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

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

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