Html Css Color HEX #73A332 Sushi

📋 copy color: '#73A332'

red 115 ◦ green 163 ◦ blue 50

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

Shades of Sushi #73A332

Tints of Sushi #73A332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.7%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 35.06%
G = 49.7%
B = 15.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#73A332 (or 0x73A332) is known color: Sushi. HEX triplet: 73, A3 and 32. RGB value is (115,163,50). Sum of RGB (Red+Green+Blue) = 115+163+50=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #73A332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A332 is #8C5CCD. Grayscale: #888888. Windows color (decimal): -9198798 or 3318643. OLE color: 3318643.

HSL color Cylindrical-coordinate representation of color #73A332: hue angle of 85.49º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73A332 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 163 50 -
CMYK 0.29 0 0.69 0.36
HSL 85.49º 0.53% 0.42% -
HSV(B) 85.49º 0.69% 0.64% -
XYZ 20.74 30.07 7.73 -
YUV 135.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 115 163 50 0.29 0 0.69 0.36 85.49 0.53 0.42
Hex 73 A3 32 1D 0 45 24 55 35 2A
Octal 163 243 62 35 0 105 44 125 65 52
Binary 1110011 10100011 110010 11101 0 1000101 100100 1010101 110101 101010

Color Harmonies of #73A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A332

Black with #73A332

Text Example


Text Example

White with #73A332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,163,50); }

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

background-color css

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

 a { background-color: rgb(115,163,50); }

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

border-color css

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

 span { border-color: rgb(115,163,50); }

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