#3FAD3A

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

Shades of Fruit Salad #3FAD3A

Tints of Fruit Salad #3FAD3A

Color information

#3FAD3A (or 0x3FAD3A) is unknown color: approx Fruit Salad. HEX triplet: 3F, AD and 3A. RGB value is (63,173,58). Sum of RGB (Red+Green+Blue) = 63+173+58=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD3A is #C052C5. Grayscale: #7F7F7F. Windows color (decimal): -12604102 or 3845439. OLE color: 3845439.

HSL color Cylindrical-coordinate representation of color #3FAD3A: hue angle of 117.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FAD3A is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB6317358-
CMYK0.6400.660.32
HSL117.39º49.78%45.29%-
HSV(B)117.39º66.47%67.84%-
XYZ17.7631.259.1-
YUV12789.0682.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 173 (67.97% from 255) = 58.84%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=21.43%
G=58.84%
B=19.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63173580.6400.660.32117.3949.7845.29
Hex3FAD3A400422075322d
Octal77255721000102401656255
Binary111111101011011110101000000010000101000001110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,173,58); }

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

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

 a { background-color: rgb(63,173,58); }

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

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

 span { border-color: rgb(63,173,58); }

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