#39A534

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

Shades of Fruit Salad #39A534

Tints of Fruit Salad #39A534

Color information

#39A534 (or 0x39A534) is unknown color: approx Fruit Salad. HEX triplet: 39, A5 and 34. RGB value is (57,165,52). Sum of RGB (Red+Green+Blue) = 57+165+52=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #39A534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A534 is #C65ACB. Grayscale: #787878. Windows color (decimal): -12999372 or 3450169. OLE color: 3450169.

HSL color Cylindrical-coordinate representation of color #39A534: hue angle of 117.35º 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 #39A534 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB5716552-
CMYK0.6500.680.35
HSL117.35º52.07%42.55%-
HSV(B)117.35º68.48%64.71%-
XYZ15.7628.037.83-
YUV119.8389.7283.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 165 (64.84% from 255) = 60.22%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=20.80%
G=60.22%
B=18.98%

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
Decimal57165520.6500.680.35117.3552.0742.55
Hex39A534410442375342b
Octal71245641010104431656453
Binary111001101001011101001000001010001001000111110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A534; }

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

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

<style>
 a { background-color: #39A534; }

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

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

<style>
 span { border-color: #39A534; }

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

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