#747D28

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

Shades of Trendy Green #747D28

Tints of Trendy Green #747D28

Color information

#747D28 (or 0x747D28) is unknown color: approx Trendy Green. HEX triplet: 74, 7D and 28. RGB value is (116,125,40). Sum of RGB (Red+Green+Blue) = 116+125+40=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #747D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D28 is #8B82D7. Grayscale: #707070. Windows color (decimal): -9143000 or 2653556. OLE color: 2653556.

HSL color Cylindrical-coordinate representation of color #747D28: hue angle of 66.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747D28 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB11612540-
CMYK0.0700.680.51
HSL66.35º51.52%32.35%-
HSV(B)66.35º68%49.02%-
XYZ14.9218.534.8-
YUV112.6287.02130.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 125 (49.22% from 255) = 44.48%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=41.28%
G=44.48%
B=14.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116125400.0700.680.5166.3551.5232.35
Hex747D28704433423420
Octal1641755070104631026440
Binary11101001111101101000111010001001100111000010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747D28; }

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

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

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

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

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

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

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

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