Html Css Color HEX #729532 Sushi

📋 copy color: '#729532'

red 114 ◦ green 149 ◦ blue 50

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

Shades of Sushi #729532

Tints of Sushi #729532

RGB

 RED value IS 114 (44.92% from 255) = 36.42%

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 36.42%
G = 47.6%
B = 15.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#729532 (or 0x729532) is known color: Sushi. HEX triplet: 72, 95 and 32. RGB value is (114,149,50). Sum of RGB (Red+Green+Blue) = 114+149+50=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #729532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729532 is #8D6ACD. Grayscale: #7F7F7F. Windows color (decimal): -9267918 or 3315058. OLE color: 3315058.

HSL color Cylindrical-coordinate representation of color #729532: hue angle of 81.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #729532 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 50 -
CMYK 0.23 0 0.66 0.42
HSL 81.21º 0.5% 0.39% -
HSV(B) 81.21º 0.66% 0.58% -
XYZ 18.26 25.3 6.94 -
YUV 127.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 114 149 50 0.23 0 0.66 0.42 81.21 0.5 0.39
Hex 72 95 32 17 0 42 2A 51 32 27
Octal 162 225 62 27 0 102 52 121 62 47
Binary 1110010 10010101 110010 10111 0 1000010 101010 1010001 110010 100111

Color Harmonies of #729532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729532

Black with #729532

Text Example


Text Example

White with #729532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729532; }

 p { color: rgb(114,149,50); }

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

background-color css

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

 a { background-color: rgb(114,149,50); }

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

border-color css

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

 span { border-color: rgb(114,149,50); }

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