#3BA23C

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

Shades of Fruit Salad #3BA23C

Tints of Fruit Salad #3BA23C

Color information

#3BA23C (or 0x3BA23C) is unknown color: approx Fruit Salad. HEX triplet: 3B, A2 and 3C. RGB value is (59,162,60). Sum of RGB (Red+Green+Blue) = 59+162+60=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA23C is #C45DC3. Grayscale: #777777. Windows color (decimal): -12869060 or 3973691. OLE color: 3973691.

HSL color Cylindrical-coordinate representation of color #3BA23C: hue angle of 120.58º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA23C is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB5916260-
CMYK0.6400.630.36
HSL120.58º46.61%43.33%-
HSV(B)120.58º63.58%63.53%-
XYZ15.5427.18.69-
YUV119.5794.3884.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 162 (63.67% from 255) = 57.65%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=21.00%
G=57.65%
B=21.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59162600.6400.630.36120.5846.6143.33
Hex3BA23C4003F24792f2b
Octal7324274100077441715753
Binary11101110100010111100100000001111111001001111001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,60); }

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

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

 a { background-color: rgb(59,162,60); }

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

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

 span { border-color: rgb(59,162,60); }

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