#729530

Color #729530 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #729530

Tints of Sushi #729530

Color information

#729530 (or 0x729530) is unknown color: approx Sushi. HEX triplet: 72, 95 and 30. RGB value is (114,149,48). Sum of RGB (Red+Green+Blue) = 114+149+48=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #729530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729530 is #8D6ACF. Grayscale: #7F7F7F. Windows color (decimal): -9267920 or 3183986. OLE color: 3183986.

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

Color convert

RGB11414948-
CMYK0.2300.680.42
HSL80.79º51.27%38.63%-
HSV(B)80.79º67.79%58.43%-
XYZ18.2225.296.72-
YUV127.0283.4118.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=36.66%
G=47.91%
B=15.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149480.2300.680.4280.7951.2738.63
Hex729530170442A513327
Octal16222560270104521216347
Binary11100101001010111000010111010001001010101010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729530; }

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

 H1.HeaderClassName
 {
   color: #729530;
 }
 .AnyTagClassName
 {
   color: #729530;
 }
</style>
background-color css

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

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

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

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

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

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