#73B852

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

Shades of Apple #73B852

Tints of Apple #73B852

Color information

#73B852 (or 0x73B852) is unknown color: approx Apple. HEX triplet: 73, B8 and 52. RGB value is (115,184,82). Sum of RGB (Red+Green+Blue) = 115+184+82=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #73B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B852 is #8C47AD. Grayscale: #989898. Windows color (decimal): -9193390 or 5421171. OLE color: 5421171.

HSL color Cylindrical-coordinate representation of color #73B852: hue angle of 100.59º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73B852 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB11518482-
CMYK0.3800.550.28
HSL100.59º41.8%52.16%-
HSV(B)100.59º55.43%72.16%-
XYZ25.7338.5414.06-
YUV151.7488.64101.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=30.18%
G=48.29%
B=21.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115184820.3800.550.28100.5941.852.16
Hex73B852260371C652a34
Octal16327012246067341455264
Binary11100111011100010100101001100110111111001100101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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