#3AAD3C

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

Shades of Fruit Salad #3AAD3C

Tints of Fruit Salad #3AAD3C

Color information

#3AAD3C (or 0x3AAD3C) is unknown color: approx Fruit Salad. HEX triplet: 3A, AD and 3C. RGB value is (58,173,60). Sum of RGB (Red+Green+Blue) = 58+173+60=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD3C is #C552C3. Grayscale: #7E7E7E. Windows color (decimal): -12931780 or 3976506. OLE color: 3976506.

HSL color Cylindrical-coordinate representation of color #3AAD3C: hue angle of 121.04º 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 #3AAD3C is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB5817360-
CMYK0.6600.650.32
HSL121.04º49.78%45.29%-
HSV(B)121.04º66.47%67.84%-
XYZ17.531.119.36-
YUV125.7390.979.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 173 (67.97% from 255) = 59.45%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=19.93%
G=59.45%
B=20.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58173600.6600.650.32121.0449.7845.29
Hex3AAD3C420412079322d
Octal72255741020101401716255
Binary111010101011011111001000010010000011000001111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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