#748428

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

Shades of Trendy Green #748428

Tints of Trendy Green #748428

Color information

#748428 (or 0x748428) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 28. RGB value is (116,132,40). Sum of RGB (Red+Green+Blue) = 116+132+40=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #748428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748428 is #8B7BD7. Grayscale: #757575. Windows color (decimal): -9141208 or 2655348. OLE color: 2655348.

HSL color Cylindrical-coordinate representation of color #748428: hue angle of 70.43º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #748428 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB11613240-
CMYK0.1200.700.48
HSL70.43º53.49%33.73%-
HSV(B)70.43º69.7%51.76%-
XYZ15.8420.375.1-
YUV116.7384.7127.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=40.28%
G=45.83%
B=13.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132400.1200.700.4870.4353.4933.73
Hex748428C04630463522
Octal16420450140106601066542
Binary1110100100001001010001100010001101100001000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748428; }

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

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

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

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

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

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

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

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