#728230

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

Shades of Trendy Green #728230

Tints of Trendy Green #728230

Color information

#728230 (or 0x728230) is unknown color: approx Trendy Green. HEX triplet: 72, 82 and 30. RGB value is (114,130,48). Sum of RGB (Red+Green+Blue) = 114+130+48=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #728230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728230 is #8D7DCF. Grayscale: #747474. Windows color (decimal): -9272784 or 3179122. OLE color: 3179122.

HSL color Cylindrical-coordinate representation of color #728230: hue angle of 71.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #728230 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11413048-
CMYK0.1200.630.49
HSL71.71º46.07%34.9%-
HSV(B)71.71º63.08%50.98%-
XYZ15.4619.765.8-
YUV115.8789.7126.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 48 (19.14% from 255) = 16.44%
R=39.04%
G=44.52%
B=16.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130480.1200.630.4971.7146.0734.9
Hex728230C03F31482e23
Octal1622026014077611105643
Binary111001010000010110000110001111111100011001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728230; }

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

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

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

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

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

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

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

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