#61A349

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

Shades of Apple #61A349

Tints of Apple #61A349

Color information

#61A349 (or 0x61A349) is unknown color: approx Apple. HEX triplet: 61, A3 and 49. RGB value is (97,163,73). Sum of RGB (Red+Green+Blue) = 97+163+73=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #61A349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A349 is #9E5CB6. Grayscale: #858585. Windows color (decimal): -10378423 or 4825953. OLE color: 4825953.

HSL color Cylindrical-coordinate representation of color #61A349: hue angle of 104º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A349 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB9716373-
CMYK0.4000.550.36
HSL104º38.14%46.27%-
HSV(B)104º55.21%63.92%-
XYZ19.2329.2210.93-
YUV133.0194.13102.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=29.13%
G=48.95%
B=21.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97163730.4000.550.3610438.1446.27
Hex61A349280372468262e
Octal14124311150067441504656
Binary110000110100011100100110100001101111001001101000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,73); }

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

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

 a { background-color: rgb(97,163,73); }

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

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

 span { border-color: rgb(97,163,73); }

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