#61AD38

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

Shades of Apple #61AD38

Tints of Apple #61AD38

Color information

#61AD38 (or 0x61AD38) is unknown color: approx Apple. HEX triplet: 61, AD and 38. RGB value is (97,173,56). Sum of RGB (Red+Green+Blue) = 97+173+56=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61AD38 is #9E52C7. Grayscale: #898989. Windows color (decimal): -10375880 or 3714401. OLE color: 3714401.

HSL color Cylindrical-coordinate representation of color #61AD38: hue angle of 98.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61AD38 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB9717356-
CMYK0.4400.680.32
HSL98.97º51.09%44.9%-
HSV(B)98.97º67.63%67.84%-
XYZ20.5932.718.97-
YUV136.9482.3299.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 173 (67.97% from 255) = 53.07%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=29.75%
G=53.07%
B=17.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97173560.4400.680.3298.9751.0944.9
Hex61AD382C0442063332d
Octal14125570540104401436355
Binary110000110101101111000101100010001001000001100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,56); }

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

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

 a { background-color: rgb(97,173,56); }

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

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

 span { border-color: rgb(97,173,56); }

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