#3B6258

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

Shades of Stromboli #3B6258

Tints of Stromboli #3B6258

Color information

#3B6258 (or 0x3B6258) is unknown color: approx Stromboli. HEX triplet: 3B, 62 and 58. RGB value is (59,98,88). Sum of RGB (Red+Green+Blue) = 59+98+88=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6258 is #C49DA7. Grayscale: #555555. Windows color (decimal): -12885416 or 5792315. OLE color: 5792315.

HSL color Cylindrical-coordinate representation of color #3B6258: hue angle of 164.62º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6258 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB599888-
CMYK0.4000.100.62
HSL164.62º24.84%30.78%-
HSV(B)164.62º39.8%38.43%-
XYZ7.9310.3710.82-
YUV85.2129.58109.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=24.08%
G=40%
B=35.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998880.4000.100.62164.6224.8430.78
Hex3B6258280A3Ea5191f
Octal7314213050012762453137
Binary1110111100010101100010100001010111110101001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6258; }

 p { color: rgb(59,98,88); }

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

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

 a { background-color: rgb(59,98,88); }

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

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

 span { border-color: rgb(59,98,88); }

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