#3F6356

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

Shades of Stromboli #3F6356

Tints of Stromboli #3F6356

Color information

#3F6356 (or 0x3F6356) is unknown color: approx Stromboli. HEX triplet: 3F, 63 and 56. RGB value is (63,99,86). Sum of RGB (Red+Green+Blue) = 63+99+86=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6356 is #C09CA9. Grayscale: #565656. Windows color (decimal): -12623018 or 5661503. OLE color: 5661503.

HSL color Cylindrical-coordinate representation of color #3F6356: hue angle of 158.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6356 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB639986-
CMYK0.3600.130.61
HSL158.33º22.22%31.76%-
HSV(B)158.33º36.36%38.82%-
XYZ8.1910.6510.43-
YUV86.75127.57111.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=25.40%
G=39.92%
B=34.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399860.3600.130.61158.3322.2231.76
Hex3F6356240D3D9e1620
Octal7714312644015752362640
Binary11111111000111010110100100011011111011001111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,86); }

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

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

 a { background-color: rgb(63,99,86); }

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

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

 span { border-color: rgb(63,99,86); }

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