Html Css Color HEX #729334 Sushi

📋 copy color: '#729334'

red 114 ◦ green 147 ◦ blue 52

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

Shades of Sushi #729334

Tints of Sushi #729334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 36.42%
G = 46.96%
B = 16.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#729334 (or 0x729334) is known color: Sushi. HEX triplet: 72, 93 and 34. RGB value is (114,147,52). Sum of RGB (Red+Green+Blue) = 114+147+52=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #729334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729334 is #8D6CCB. Grayscale: #7E7E7E. Windows color (decimal): -9268428 or 3445618. OLE color: 3445618.

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

Color convert

RGB 114 147 52 -
CMYK 0.22 0 0.65 0.42
HSL 80.84º 0.48% 0.39% -
HSV(B) 80.84º 0.65% 0.58% -
XYZ 17.99 24.69 7.07 -
YUV 126.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 114 147 52 0.22 0 0.65 0.42 80.84 0.48 0.39
Hex 72 93 34 16 0 41 2A 51 30 27
Octal 162 223 64 26 0 101 52 121 60 47
Binary 1110010 10010011 110100 10110 0 1000001 101010 1010001 110000 100111

Color Harmonies of #729334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729334

Black with #729334

Text Example


Text Example

White with #729334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729334; }

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

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

background-color css

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

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

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

border-color css

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

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

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