#61A53E

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

Shades of Apple #61A53E

Tints of Apple #61A53E

Color information

#61A53E (or 0x61A53E) is unknown color: approx Apple. HEX triplet: 61, A5 and 3E. RGB value is (97,165,62). Sum of RGB (Red+Green+Blue) = 97+165+62=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #61A53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A53E is #9E5AC1. Grayscale: #858585. Windows color (decimal): -10377922 or 4105569. OLE color: 4105569.

HSL color Cylindrical-coordinate representation of color #61A53E: hue angle of 99.61º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61A53E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB9716562-
CMYK0.4100.620.35
HSL99.61º45.37%44.51%-
HSV(B)99.61º62.42%64.71%-
XYZ19.2529.89.29-
YUV132.9387.97102.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 62 (24.61% from 255) = 19.14%
R=29.94%
G=50.93%
B=19.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165620.4100.620.3599.6145.3744.51
Hex61A53E2903E23642d2d
Octal1412457651076431445555
Binary11000011010010111111010100101111101000111100100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A53E; }

 p { color: rgb(97,165,62); }

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

<style>
 a { background-color: #61A53E; }

 a { background-color: rgb(97,165,62); }

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

<style>
 span { border-color: #61A53E; }

 span { border-color: rgb(97,165,62); }

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