#748028

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

Shades of Trendy Green #748028

Tints of Trendy Green #748028

Color information

#748028 (or 0x748028) is unknown color: approx Trendy Green. HEX triplet: 74, 80 and 28. RGB value is (116,128,40). Sum of RGB (Red+Green+Blue) = 116+128+40=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #748028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748028 is #8B7FD7. Grayscale: #727272. Windows color (decimal): -9142232 or 2654324. OLE color: 2654324.

HSL color Cylindrical-coordinate representation of color #748028: hue angle of 68.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #748028 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB11612840-
CMYK0.0900.690.50
HSL68.18º52.38%32.94%-
HSV(B)68.18º68.75%50.2%-
XYZ15.319.34.93-
YUV114.3886.02129.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=40.85%
G=45.07%
B=14.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128400.0900.690.5068.1852.3832.94
Hex748028904532443421
Octal16420050110105621046441
Binary1110100100000001010001001010001011100101000100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748028; }

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

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

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

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

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

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

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

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