#61B349

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

Shades of Apple #61B349

Tints of Apple #61B349

Color information

#61B349 (or 0x61B349) is unknown color: approx Apple. HEX triplet: 61, B3 and 49. RGB value is (97,179,73). Sum of RGB (Red+Green+Blue) = 97+179+73=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #61B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B349 is #9E4CB6. Grayscale: #8E8E8E. Windows color (decimal): -10374327 or 4830049. OLE color: 4830049.

HSL color Cylindrical-coordinate representation of color #61B349: hue angle of 106.42º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61B349 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB9717973-
CMYK0.4600.590.30
HSL106.42º42.06%49.41%-
HSV(B)106.42º59.22%70.2%-
XYZ22.2535.2611.94-
YUV142.488.8395.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=27.79%
G=51.29%
B=20.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97179730.4600.590.30106.4242.0649.41
Hex61B3492E03B1E6a2a31
Octal14126311156073361525261
Binary11000011011001110010011011100111011111101101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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