#386752

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

Shades of Stromboli #386752

Tints of Stromboli #386752

Color information

#386752 (or 0x386752) is unknown color: approx Stromboli. HEX triplet: 38, 67 and 52. RGB value is (56,103,82). Sum of RGB (Red+Green+Blue) = 56+103+82=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #386752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386752 is #C798AD. Grayscale: #565656. Windows color (decimal): -13080750 or 5400376. OLE color: 5400376.

HSL color Cylindrical-coordinate representation of color #386752: hue angle of 153.19º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386752 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB5610382-
CMYK0.4600.200.60
HSL153.19º29.56%31.18%-
HSV(B)153.19º45.63%40.39%-
XYZ811.159.71-
YUV86.55125.43106.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=23.24%
G=42.74%
B=34.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103820.4600.200.60153.1929.5631.18
Hex3867522E0143C991e1f
Octal7014712256024742313637
Binary11100011001111010010101110010100111100100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386752; }

 p { color: rgb(56,103,82); }

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

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

 a { background-color: rgb(56,103,82); }

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

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

 span { border-color: rgb(56,103,82); }

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