#3AAB3B

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

Shades of Fruit Salad #3AAB3B

Tints of Fruit Salad #3AAB3B

Color information

#3AAB3B (or 0x3AAB3B) is unknown color: approx Fruit Salad. HEX triplet: 3A, AB and 3B. RGB value is (58,171,59). Sum of RGB (Red+Green+Blue) = 58+171+59=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 171 (67.19% from 255 or 59.38% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB3B is #C554C4. Grayscale: #7C7C7C. Windows color (decimal): -12932293 or 3910458. OLE color: 3910458.

HSL color Cylindrical-coordinate representation of color #3AAB3B: hue angle of 120.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB3B is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB5817159-
CMYK0.6600.650.33
HSL120.53º49.34%44.9%-
HSV(B)120.53º66.08%67.06%-
XYZ17.130.349.09-
YUV124.4491.0680.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 171 (67.19% from 255) = 59.38%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=20.14%
G=59.38%
B=20.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171590.6600.650.33120.5349.3444.9
Hex3AAB3B420412179312d
Octal72253731020101411716155
Binary111010101010111110111000010010000011000011111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,171,59); }

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

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

 a { background-color: rgb(58,171,59); }

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

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

 span { border-color: rgb(58,171,59); }

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