#3F755F

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

Shades of Stromboli #3F755F

Tints of Stromboli #3F755F

Color information

#3F755F (or 0x3F755F) is unknown color: approx Stromboli. HEX triplet: 3F, 75 and 5F. RGB value is (63,117,95). Sum of RGB (Red+Green+Blue) = 63+117+95=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755F is #C08AA0. Grayscale: #626262. Windows color (decimal): -12618401 or 6255935. OLE color: 6255935.

HSL color Cylindrical-coordinate representation of color #3F755F: hue angle of 155.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F755F is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6311795-
CMYK0.4600.190.54
HSL155.56º30%35.29%-
HSV(B)155.56º46.15%45.88%-
XYZ10.4814.6113.09-
YUV98.35126.11102.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=22.91%
G=42.55%
B=34.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117950.4600.190.54155.563035.29
Hex3F755F2E013369c1e23
Octal7716513756023662343643
Binary111111111010110111111011100100111101101001110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,95); }

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

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

 a { background-color: rgb(63,117,95); }

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

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

 span { border-color: rgb(63,117,95); }

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