Html Css Color HEX #729534 Sushi

📋 copy color: '#729534'

red 114 ◦ green 149 ◦ blue 52

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

Shades of Sushi #729534

Tints of Sushi #729534

RGB

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

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

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

R = 36.19%
G = 47.3%
B = 16.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#729534 (or 0x729534) is known color: Sushi. HEX triplet: 72, 95 and 34. RGB value is (114,149,52). Sum of RGB (Red+Green+Blue) = 114+149+52=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #729534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729534 is #8D6ACB. Grayscale: #7F7F7F. Windows color (decimal): -9267916 or 3446130. OLE color: 3446130.

HSL color Cylindrical-coordinate representation of color #729534: hue angle of 81.65º 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 #729534 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 52 -
CMYK 0.23 0 0.65 0.42
HSL 81.65º 0.48% 0.39% -
HSV(B) 81.65º 0.65% 0.58% -
XYZ 18.31 25.32 7.17 -
YUV 127.48 85.4 118.39 -
System Red Green Blue C M Y K H S L
Decimal 114 149 52 0.23 0 0.65 0.42 81.65 0.48 0.39
Hex 72 95 34 17 0 41 2A 52 30 27
Octal 162 225 64 27 0 101 52 122 60 47
Binary 1110010 10010101 110100 10111 0 1000001 101010 1010010 110000 100111

Color Harmonies of #729534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729534

Black with #729534

Text Example


Text Example

White with #729534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729534; }

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

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

background-color css

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

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

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

border-color css

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

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

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