Html Css Color HEX #73A232 Sushi

📋 copy color: '#73A232'

red 115 ◦ green 162 ◦ blue 50

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

Shades of Sushi #73A232

Tints of Sushi #73A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.54%

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

R = 35.17%
G = 49.54%
B = 15.29%

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

#73A232 (or 0x73A232) is known color: Sushi. HEX triplet: 73, A2 and 32. RGB value is (115,162,50). Sum of RGB (Red+Green+Blue) = 115+162+50=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #73A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A232 is #8C5DCD. Grayscale: #878787. Windows color (decimal): -9199054 or 3318387. OLE color: 3318387.

HSL color Cylindrical-coordinate representation of color #73A232: hue angle of 85.18º 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 #73A232 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 162 50 -
CMYK 0.29 0 0.69 0.36
HSL 85.18º 0.53% 0.42% -
HSV(B) 85.18º 0.69% 0.64% -
XYZ 20.57 29.72 7.67 -
YUV 135.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 115 162 50 0.29 0 0.69 0.36 85.18 0.53 0.42
Hex 73 A2 32 1D 0 45 24 55 35 2A
Octal 163 242 62 35 0 105 44 125 65 52
Binary 1110011 10100010 110010 11101 0 1000101 100100 1010101 110101 101010

Color Harmonies of #73A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A232

Black with #73A232

Text Example


Text Example

White with #73A232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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