#3B6254

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

Shades of Stromboli #3B6254

Tints of Stromboli #3B6254

Color information

#3B6254 (or 0x3B6254) is unknown color: approx Stromboli. HEX triplet: 3B, 62 and 54. RGB value is (59,98,84). Sum of RGB (Red+Green+Blue) = 59+98+84=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6254 is #C49DAB. Grayscale: #545454. Windows color (decimal): -12885420 or 5530171. OLE color: 5530171.

HSL color Cylindrical-coordinate representation of color #3B6254: hue angle of 158.46º 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 #3B6254 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB599884-
CMYK0.4000.140.62
HSL158.46º24.84%30.78%-
HSV(B)158.46º39.8%38.43%-
XYZ7.7710.319.97-
YUV84.74127.58109.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=24.48%
G=40.66%
B=34.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5998840.4000.140.62158.4624.8430.78
Hex3B6254280E3E9e191f
Octal7314212450016762363137
Binary1110111100010101010010100001110111110100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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