#73C041

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

Shades of Apple #73C041

Tints of Apple #73C041

Color information

#73C041 (or 0x73C041) is unknown color: approx Apple. HEX triplet: 73, C0 and 41. RGB value is (115,192,65). Sum of RGB (Red+Green+Blue) = 115+192+65=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #73C041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C041 is #8C3FBE. Grayscale: #9A9A9A. Windows color (decimal): -9191359 or 4309107. OLE color: 4309107.

HSL color Cylindrical-coordinate representation of color #73C041: hue angle of 96.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #73C041 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB11519265-
CMYK0.4000.660.25
HSL96.38º50.2%50.39%-
HSV(B)96.38º66.15%75.29%-
XYZ26.8741.7311.64-
YUV154.577.4999.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 192 (75.39% from 255) = 51.61%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=30.91%
G=51.61%
B=17.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115192650.4000.660.2596.3850.250.39
Hex73C0412804219603232
Octal163300101500102311406262
Binary111001111000000100000110100001000010110011100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,192,65); }

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

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

 a { background-color: rgb(115,192,65); }

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

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

 span { border-color: rgb(115,192,65); }

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