#3AAD43

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

Shades of Fruit Salad #3AAD43

Tints of Fruit Salad #3AAD43

Color information

#3AAD43 (or 0x3AAD43) is unknown color: approx Fruit Salad. HEX triplet: 3A, AD and 43. RGB value is (58,173,67). Sum of RGB (Red+Green+Blue) = 58+173+67=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD43 is #C552BC. Grayscale: #7E7E7E. Windows color (decimal): -12931773 or 4435258. OLE color: 4435258.

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

Color convert

RGB5817367-
CMYK0.6600.610.32
HSL124.7º49.78%45.29%-
HSV(B)124.7º66.47%67.84%-
XYZ17.731.1910.4-
YUV126.5394.479.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 173 (67.97% from 255) = 58.05%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=19.46%
G=58.05%
B=22.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58173670.6600.610.32124.749.7845.29
Hex3AAD434203D207d322d
Octal72255103102075401756255
Binary111010101011011000011100001001111011000001111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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