#3F655A

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

Shades of Stromboli #3F655A

Tints of Stromboli #3F655A

Color information

#3F655A (or 0x3F655A) is unknown color: approx Stromboli. HEX triplet: 3F, 65 and 5A. RGB value is (63,101,90). Sum of RGB (Red+Green+Blue) = 63+101+90=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #3F655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F655A is #C09AA5. Grayscale: #585858. Windows color (decimal): -12622502 or 5924159. OLE color: 5924159.

HSL color Cylindrical-coordinate representation of color #3F655A: hue angle of 162.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F655A is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB6310190-
CMYK0.3800.110.60
HSL162.63º23.17%32.16%-
HSV(B)162.63º37.62%39.61%-
XYZ8.5511.111.37-
YUV88.38128.91109.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=24.80%
G=39.76%
B=35.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63101900.3800.110.60162.6323.1732.16
Hex3F655A260B3Ca31720
Octal7714513246013742432740
Binary11111111001011011010100110010111111001010001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,90); }

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

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

 a { background-color: rgb(63,101,90); }

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

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

 span { border-color: rgb(63,101,90); }

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