#748129

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

Shades of Trendy Green #748129

Tints of Trendy Green #748129

Color information

#748129 (or 0x748129) is unknown color: approx Trendy Green. HEX triplet: 74, 81 and 29. RGB value is (116,129,41). Sum of RGB (Red+Green+Blue) = 116+129+41=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #748129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748129 is #8B7ED6. Grayscale: #737373. Windows color (decimal): -9141975 or 2720116. OLE color: 2720116.

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

Color convert

RGB11612941-
CMYK0.1000.680.49
HSL68.86º51.76%33.33%-
HSV(B)68.86º68.22%50.59%-
XYZ15.4519.575.06-
YUV115.0886.19128.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 41 (16.41% from 255) = 14.34%
R=40.56%
G=45.10%
B=14.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129410.1000.680.4968.8651.7633.33
Hex748129A04431453421
Octal16420151120104611056441
Binary1110100100000011010011010010001001100011000101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748129; }

 p { color: rgb(116,129,41); }

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

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

 a { background-color: rgb(116,129,41); }

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

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

 span { border-color: rgb(116,129,41); }

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