Html Css Color HEX #73B452 Apple

📋 copy color: '#73B452'

red 115 ◦ green 180 ◦ blue 82

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

Shades of Apple #73B452

Tints of Apple #73B452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 30.5%
G = 47.75%
B = 21.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#73B452 (or 0x73B452) is known color: Apple. HEX triplet: 73, B4 and 52. RGB value is (115,180,82). Sum of RGB (Red+Green+Blue) = 115+180+82=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #73B452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B452 is #8C4BAD. Grayscale: #959595. Windows color (decimal): -9194414 or 5420147. OLE color: 5420147.

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

Color convert

RGB 115 180 82 -
CMYK 0.36 0 0.54 0.29
HSL 99.8º 0.4% 0.51% -
HSV(B) 99.8º 0.54% 0.71% -
XYZ 24.91 36.9 13.79 -
YUV 149.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 115 180 82 0.36 0 0.54 0.29 99.8 0.4 0.51
Hex 73 B4 52 24 0 36 1D 64 28 33
Octal 163 264 122 44 0 66 35 144 50 63
Binary 1110011 10110100 1010010 100100 0 110110 11101 1100100 101000 110011

Color Harmonies of #73B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B452

Black with #73B452

Text Example


Text Example

White with #73B452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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