#57a934

Color #57A934 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #57A934

Tints of Apple #57A934

Color information

#57A934 (or 0x57A934) is unknown color: approx Apple. HEX triplet: 57, A9 and 34. RGB value is (87,169,52). Sum of RGB (Red+Green+Blue) = 87+169+52=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #57A934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A934 is #A856CB. Grayscale: #838383. Windows color (decimal): -11032268 or 3451223. OLE color: 3451223.

HSL color Cylindrical-coordinate representation of color #57A934: hue angle of 102.05º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57A934 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB8716952-
CMYK0.4900.690.34
HSL102.05º52.94%43.33%-
HSV(B)102.05º69.23%66.27%-
XYZ18.7430.658.18-
YUV131.1483.3396.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 169 (66.41% from 255) = 54.87%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=28.25%
G=54.87%
B=16.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87169520.4900.690.34102.0552.9443.33
Hex57A934310452266352b
Octal12725164610105421466553
Binary101011110101001110100110001010001011000101100110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57a934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57a934; }

 p { color: rgb(87,169,52); }

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

<style>
 a { background-color: #57a934; }

 a { background-color: rgb(87,169,52); }

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

<style>
 span { border-color: #57a934; }

 span { border-color: rgb(87,169,52); }

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