#728F3A

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

Shades of Sushi #728F3A

Tints of Sushi #728F3A

Color information

#728F3A (or 0x728F3A) is unknown color: approx Sushi. HEX triplet: 72, 8F and 3A. RGB value is (114,143,58). Sum of RGB (Red+Green+Blue) = 114+143+58=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #728F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F3A is #8D70C5. Grayscale: #7C7C7C. Windows color (decimal): -9269446 or 3837810. OLE color: 3837810.

HSL color Cylindrical-coordinate representation of color #728F3A: hue angle of 80.47º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #728F3A is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB11414358-
CMYK0.2000.590.44
HSL80.47º42.29%39.41%-
HSV(B)80.47º59.44%56.08%-
XYZ17.5323.537.62-
YUV124.6490.39120.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=36.19%
G=45.40%
B=18.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114143580.2000.590.4480.4742.2939.41
Hex728F3A1403B2C502a27
Octal1622177224073541205247
Binary1110010100011111110101010001110111011001010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728F3A; }

 p { color: rgb(114,143,58); }

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

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

 a { background-color: rgb(114,143,58); }

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

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

 span { border-color: rgb(114,143,58); }

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