Html Css Color HEX #73C134 Apple

📋 copy color: '#73C134'

red 115 ◦ green 193 ◦ blue 52

#73C134
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #73C134

Tints of Apple #73C134

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 31.94%
G = 53.61%
B = 14.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#73C134 (or 0x73C134) is known color: Apple. HEX triplet: 73, C1 and 34. RGB value is (115,193,52). Sum of RGB (Red+Green+Blue) = 115+193+52=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #73C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C134 is #8C3ECB. Grayscale: #9A9A9A. Windows color (decimal): -9191116 or 3457395. OLE color: 3457395.

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

Color convert

RGB 115 193 52 -
CMYK 0.40 0 0.73 0.24
HSL 93.19º 0.58% 0.48% -
HSV(B) 93.19º 0.73% 0.76% -
XYZ 26.76 42.03 9.95 -
YUV 153.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 115 193 52 0.40 0 0.73 0.24 93.19 0.58 0.48
Hex 73 C1 34 28 0 49 18 5D 3A 30
Octal 163 301 64 50 0 111 30 135 72 60
Binary 1110011 11000001 110100 101000 0 1001001 11000 1011101 111010 110000

Color Harmonies of #73C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C134

Black with #73C134

Text Example


Text Example

White with #73C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73C134;
 }
 .AnyTagClassName
 {
   color: #73C134;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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