#748227

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

Shades of Trendy Green #748227

Tints of Trendy Green #748227

Color information

#748227 (or 0x748227) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 27. RGB value is (116,130,39). Sum of RGB (Red+Green+Blue) = 116+130+39=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #748227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748227 is #8B7DD8. Grayscale: #737373. Windows color (decimal): -9141721 or 2589300. OLE color: 2589300.

HSL color Cylindrical-coordinate representation of color #748227: hue angle of 69.23º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #748227 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB11613039-
CMYK0.1100.700.49
HSL69.23º53.85%33.14%-
HSV(B)69.23º70%50.98%-
XYZ15.5519.824.93-
YUV115.4484.86128.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=40.70%
G=45.61%
B=13.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130390.1100.700.4969.2353.8533.14
Hex748227B04631453621
Octal16420247130106611056641
Binary1110100100000101001111011010001101100011000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748227; }

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

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

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

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

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

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

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

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