Html Css Color HEX #729331 Sushi

📋 copy color: '#729331'

red 114 ◦ green 147 ◦ blue 49

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

Shades of Sushi #729331

Tints of Sushi #729331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.42%

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 36.77%
G = 47.42%
B = 15.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#729331 (or 0x729331) is known color: Sushi. HEX triplet: 72, 93 and 31. RGB value is (114,147,49). Sum of RGB (Red+Green+Blue) = 114+147+49=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #729331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729331 is #8D6CCE. Grayscale: #7E7E7E. Windows color (decimal): -9268431 or 3249010. OLE color: 3249010.

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

Color convert

RGB 114 147 49 -
CMYK 0.22 0 0.67 0.42
HSL 80.2º 0.5% 0.38% -
HSV(B) 80.2º 0.67% 0.58% -
XYZ 17.93 24.67 6.72 -
YUV 125.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 114 147 49 0.22 0 0.67 0.42 80.2 0.5 0.38
Hex 72 93 31 16 0 43 2A 50 32 26
Octal 162 223 61 26 0 103 52 120 62 46
Binary 1110010 10010011 110001 10110 0 1000011 101010 1010000 110010 100110

Color Harmonies of #729331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729331

Black with #729331

Text Example


Text Example

White with #729331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729331; }

 p { color: rgb(114,147,49); }

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

background-color css

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

 a { background-color: rgb(114,147,49); }

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

border-color css

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

 span { border-color: rgb(114,147,49); }

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