Html Css Color HEX #729240 Sushi

📋 copy color: '#729240'

red 114 ◦ green 146 ◦ blue 64

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

Shades of Sushi #729240

Tints of Sushi #729240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 35.19%
G = 45.06%
B = 19.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#729240 (or 0x729240) is known color: Sushi. HEX triplet: 72, 92 and 40. RGB value is (114,146,64). Sum of RGB (Red+Green+Blue) = 114+146+64=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #729240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729240 is #8D6DBF. Grayscale: #7F7F7F. Windows color (decimal): -9268672 or 4231794. OLE color: 4231794.

HSL color Cylindrical-coordinate representation of color #729240: hue angle of 83.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #729240 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 64 -
CMYK 0.22 0 0.56 0.43
HSL 83.41º 0.39% 0.41% -
HSV(B) 83.41º 0.56% 0.57% -
XYZ 18.14 24.51 8.62 -
YUV 127.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 114 146 64 0.22 0 0.56 0.43 83.41 0.39 0.41
Hex 72 92 40 16 0 38 2B 53 27 29
Octal 162 222 100 26 0 70 53 123 47 51
Binary 1110010 10010010 1000000 10110 0 111000 101011 1010011 100111 101001

Color Harmonies of #729240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729240

Black with #729240

Text Example


Text Example

White with #729240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729240; }

 p { color: rgb(114,146,64); }

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

background-color css

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

 a { background-color: rgb(114,146,64); }

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

border-color css

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

 span { border-color: rgb(114,146,64); }

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