#748223

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

Shades of Trendy Green #748223

Tints of Trendy Green #748223

Color information

#748223 (or 0x748223) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 23. RGB value is (116,130,35). Sum of RGB (Red+Green+Blue) = 116+130+35=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #748223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748223 is #8B7DDC. Grayscale: #737373. Windows color (decimal): -9141725 or 2327156. OLE color: 2327156.

HSL color Cylindrical-coordinate representation of color #748223: hue angle of 68.84º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748223 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB11613035-
CMYK0.1100.730.49
HSL68.84º57.58%32.35%-
HSV(B)68.84º73.08%50.98%-
XYZ15.4919.84.6-
YUV114.9882.86128.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=41.28%
G=46.26%
B=12.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130350.1100.730.4968.8457.5832.35
Hex748223B04931453a20
Octal16420243130111611057240
Binary1110100100000101000111011010010011100011000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748223; }

 p { color: rgb(116,130,35); }

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

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

 a { background-color: rgb(116,130,35); }

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

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

 span { border-color: rgb(116,130,35); }

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