Html Css Color HEX #73B035 Lima

📋 copy color: '#73B035'

red 115 ◦ green 176 ◦ blue 53

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

Shades of Lima #73B035

Tints of Lima #73B035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.16%

 BLUE value IS 53 (21.09% from 255) = 15.41%

R = 33.43%
G = 51.16%
B = 15.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#73B035 (or 0x73B035) is known color: Lima. HEX triplet: 73, B0 and 35. RGB value is (115,176,53). Sum of RGB (Red+Green+Blue) = 115+176+53=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #73B035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B035 is #8C4FCA. Grayscale: #909090. Windows color (decimal): -9195467 or 3518579. OLE color: 3518579.

HSL color Cylindrical-coordinate representation of color #73B035: hue angle of 89.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73B035 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 53 -
CMYK 0.35 0 0.70 0.31
HSL 89.76º 0.54% 0.45% -
HSV(B) 89.76º 0.7% 0.69% -
XYZ 23.24 34.95 8.89 -
YUV 143.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 115 176 53 0.35 0 0.70 0.31 89.76 0.54 0.45
Hex 73 B0 35 23 0 46 1F 5A 36 2D
Octal 163 260 65 43 0 106 37 132 66 55
Binary 1110011 10110000 110101 100011 0 1000110 11111 1011010 110110 101101

Color Harmonies of #73B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B035

Black with #73B035

Text Example


Text Example

White with #73B035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,53); }

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

background-color css

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

 a { background-color: rgb(115,176,53); }

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

border-color css

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

 span { border-color: rgb(115,176,53); }

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