Html Css Color HEX #73B435 Lima

📋 copy color: '#73B435'

red 115 ◦ green 180 ◦ blue 53

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

Shades of Lima #73B435

Tints of Lima #73B435

RGB

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

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

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

R = 33.05%
G = 51.72%
B = 15.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#73B435 (or 0x73B435) is known color: Lima. HEX triplet: 73, B4 and 35. RGB value is (115,180,53). Sum of RGB (Red+Green+Blue) = 115+180+53=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #73B435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B435 is #8C4BCA. Grayscale: #929292. Windows color (decimal): -9194443 or 3519603. OLE color: 3519603.

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

Color convert

RGB 115 180 53 -
CMYK 0.36 0 0.71 0.29
HSL 90.71º 0.55% 0.46% -
HSV(B) 90.71º 0.71% 0.71% -
XYZ 24.03 36.54 9.16 -
YUV 146.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 115 180 53 0.36 0 0.71 0.29 90.71 0.55 0.46
Hex 73 B4 35 24 0 47 1D 5B 37 2E
Octal 163 264 65 44 0 107 35 133 67 56
Binary 1110011 10110100 110101 100100 0 1000111 11101 1011011 110111 101110

Color Harmonies of #73B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B435

Black with #73B435

Text Example


Text Example

White with #73B435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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