#748228

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

Shades of Trendy Green #748228

Tints of Trendy Green #748228

Color information

#748228 (or 0x748228) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 28. RGB value is (116,130,40). Sum of RGB (Red+Green+Blue) = 116+130+40=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #748228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748228 is #8B7DD7. Grayscale: #737373. Windows color (decimal): -9141720 or 2654836. OLE color: 2654836.

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

Color convert

RGB11613040-
CMYK0.1100.690.49
HSL69.33º52.94%33.33%-
HSV(B)69.33º69.23%50.98%-
XYZ15.5719.835.01-
YUV115.5585.36128.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=40.56%
G=45.45%
B=13.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130400.1100.690.4969.3352.9433.33
Hex748228B04531453521
Octal16420250130105611056541
Binary1110100100000101010001011010001011100011000101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748228; }

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

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

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

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

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

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

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

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