#72AB35

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

Shades of Sushi #72AB35

Tints of Sushi #72AB35

Color information

#72AB35 (or 0x72AB35) is unknown color: approx Sushi. HEX triplet: 72, AB and 35. RGB value is (114,171,53). Sum of RGB (Red+Green+Blue) = 114+171+53=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB35 is #8D54CA. Grayscale: #8C8C8C. Windows color (decimal): -9262283 or 3517298. OLE color: 3517298.

HSL color Cylindrical-coordinate representation of color #72AB35: hue angle of 88.98º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72AB35 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB11417153-
CMYK0.3300.690.33
HSL88.98º52.68%43.92%-
HSV(B)88.98º69.01%67.06%-
XYZ22.1432.968.56-
YUV140.578.62109.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 50.59%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=33.73%
G=50.59%
B=15.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171530.3300.690.3388.9852.6843.92
Hex72AB35210452159352c
Octal16225365410105411316554
Binary111001010101011110101100001010001011000011011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,53); }

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

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

 a { background-color: rgb(114,171,53); }

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

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

 span { border-color: rgb(114,171,53); }

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