#72A42C

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

Shades of Sushi #72A42C

Tints of Sushi #72A42C

Color information

#72A42C (or 0x72A42C) is unknown color: approx Sushi. HEX triplet: 72, A4 and 2C. RGB value is (114,164,44). Sum of RGB (Red+Green+Blue) = 114+164+44=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #72A42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A42C is #8D5BD3. Grayscale: #878787. Windows color (decimal): -9264084 or 2925682. OLE color: 2925682.

HSL color Cylindrical-coordinate representation of color #72A42C: hue angle of 85º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72A42C is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB11416444-
CMYK0.3000.730.36
HSL85º57.69%40.78%-
HSV(B)85º73.17%64.31%-
XYZ20.6730.317.14-
YUV135.3776.44112.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 44 (17.58% from 255) = 13.66%
R=35.40%
G=50.93%
B=13.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164440.3000.730.368557.6940.78
Hex72A42C1E04924553a29
Octal16224454360111441257251
Binary11100101010010010110011110010010011001001010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A42C; }

 p { color: rgb(114,164,44); }

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

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

 a { background-color: rgb(114,164,44); }

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

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

 span { border-color: rgb(114,164,44); }

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