#3AA534

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

Shades of Fruit Salad #3AA534

Tints of Fruit Salad #3AA534

Color information

#3AA534 (or 0x3AA534) is unknown color: approx Fruit Salad. HEX triplet: 3A, A5 and 34. RGB value is (58,165,52). Sum of RGB (Red+Green+Blue) = 58+165+52=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA534 is #C55ACB. Grayscale: #787878. Windows color (decimal): -12933836 or 3450170. OLE color: 3450170.

HSL color Cylindrical-coordinate representation of color #3AA534: hue angle of 116.81º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA534 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB5816552-
CMYK0.6500.680.35
HSL116.81º52.07%42.55%-
HSV(B)116.81º68.48%64.71%-
XYZ15.8228.067.83-
YUV120.1289.5583.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 165 (64.84% from 255) = 60%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=21.09%
G=60%
B=18.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58165520.6500.680.35116.8152.0742.55
Hex3AA534410442375342b
Octal72245641010104431656453
Binary111010101001011101001000001010001001000111110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,165,52); }

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

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

 a { background-color: rgb(58,165,52); }

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

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

 span { border-color: rgb(58,165,52); }

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