#73C13D

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

Shades of Apple #73C13D

Tints of Apple #73C13D

Color information

#73C13D (or 0x73C13D) is unknown color: approx Apple. HEX triplet: 73, C1 and 3D. RGB value is (115,193,61). Sum of RGB (Red+Green+Blue) = 115+193+61=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #73C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C13D is #8C3EC2. Grayscale: #9B9B9B. Windows color (decimal): -9191107 or 4047219. OLE color: 4047219.

HSL color Cylindrical-coordinate representation of color #73C13D: hue angle of 95.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73C13D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB11519361-
CMYK0.4000.680.24
HSL95.45º51.97%49.8%-
HSV(B)95.45º68.39%75.69%-
XYZ26.9842.1211.12-
YUV154.6375.1699.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 193 (75.78% from 255) = 52.30%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=31.17%
G=52.30%
B=16.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal115193610.4000.680.2495.4551.9749.8
Hex73C13D28044185f3432
Octal16330175500104301376462
Binary11100111100000111110110100001000100110001011111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,61); }

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

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

 a { background-color: rgb(115,193,61); }

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

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

 span { border-color: rgb(115,193,61); }

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