#396358

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

Shades of Stromboli #396358

Tints of Stromboli #396358

Color information

#396358 (or 0x396358) is unknown color: approx Stromboli. HEX triplet: 39, 63 and 58. RGB value is (57,99,88). Sum of RGB (Red+Green+Blue) = 57+99+88=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #396358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396358 is #C69CA7. Grayscale: #555555. Windows color (decimal): -13016232 or 5792569. OLE color: 5792569.

HSL color Cylindrical-coordinate representation of color #396358: hue angle of 164.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396358 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB579988-
CMYK0.4200.110.61
HSL164.29º26.92%30.59%-
HSV(B)164.29º42.42%38.82%-
XYZ7.9110.510.84-
YUV85.19129.59107.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=23.36%
G=40.57%
B=36.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799880.4200.110.61164.2926.9230.59
Hex3963582A0B3Da41b1f
Octal7114313052013752443337
Binary1110011100011101100010101001011111101101001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396358; }

 p { color: rgb(57,99,88); }

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

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

 a { background-color: rgb(57,99,88); }

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

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

 span { border-color: rgb(57,99,88); }

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