#3B8F3F

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

Shades of Fruit Salad #3B8F3F

Tints of Fruit Salad #3B8F3F

Color information

#3B8F3F (or 0x3B8F3F) is unknown color: approx Fruit Salad. HEX triplet: 3B, 8F and 3F. RGB value is (59,143,63). Sum of RGB (Red+Green+Blue) = 59+143+63=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8F3F is #C470C0. Grayscale: #6D6D6D. Windows color (decimal): -12873921 or 4165435. OLE color: 4165435.

HSL color Cylindrical-coordinate representation of color #3B8F3F: hue angle of 122.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F3F is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB5914363-
CMYK0.5900.560.44
HSL122.86º41.58%39.61%-
HSV(B)122.86º58.74%56.08%-
XYZ12.5220.938.08-
YUV108.76102.1792.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 143 (56.25% from 255) = 53.96%
BLUE value IS 63 (25% from 255) = 23.77%
R=22.26%
G=53.96%
B=23.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59143630.5900.560.44122.8641.5839.61
Hex3B8F3F3B0382C7b2a28
Octal732177773070541735250
Binary1110111000111111111111101101110001011001111011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,143,63); }

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

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

 a { background-color: rgb(59,143,63); }

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

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

 span { border-color: rgb(59,143,63); }

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