#748225

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

Shades of Trendy Green #748225

Tints of Trendy Green #748225

Color information

#748225 (or 0x748225) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 25. RGB value is (116,130,37). Sum of RGB (Red+Green+Blue) = 116+130+37=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #748225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748225 is #8B7DDA. Grayscale: #737373. Windows color (decimal): -9141723 or 2458228. OLE color: 2458228.

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

Color convert

RGB11613037-
CMYK0.1100.720.49
HSL69.03º55.69%32.75%-
HSV(B)69.03º71.54%50.98%-
XYZ15.5219.814.76-
YUV115.2183.86128.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 37 (14.84% from 255) = 13.07%
R=40.99%
G=45.94%
B=13.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130370.1100.720.4969.0355.6932.75
Hex748225B04831453821
Octal16420245130110611057041
Binary1110100100000101001011011010010001100011000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748225; }

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

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

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

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

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

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

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

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