#73B352

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

Shades of Apple #73B352

Tints of Apple #73B352

Color information

#73B352 (or 0x73B352) is unknown color: approx Apple. HEX triplet: 73, B3 and 52. RGB value is (115,179,82). Sum of RGB (Red+Green+Blue) = 115+179+82=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #73B352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B352 is #8C4CAD. Grayscale: #959595. Windows color (decimal): -9194670 or 5419891. OLE color: 5419891.

HSL color Cylindrical-coordinate representation of color #73B352: hue angle of 99.59º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73B352 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB11517982-
CMYK0.3600.540.30
HSL99.59º38.96%51.18%-
HSV(B)99.59º54.19%70.2%-
XYZ24.7136.4913.72-
YUV148.8190.3103.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 179 (70.31% from 255) = 47.61%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=30.59%
G=47.61%
B=21.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115179820.3600.540.3099.5938.9651.18
Hex73B352240361E642733
Octal16326312244066361444763
Binary11100111011001110100101001000110110111101100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B352; }

 p { color: rgb(115,179,82); }

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

<style>
 a { background-color: #73B352; }

 a { background-color: rgb(115,179,82); }

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

<style>
 span { border-color: #73B352; }

 span { border-color: rgb(115,179,82); }

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