#748332

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

Shades of Trendy Green #748332

Tints of Trendy Green #748332

Color information

#748332 (or 0x748332) is unknown color: approx Trendy Green. HEX triplet: 74, 83 and 32. RGB value is (116,131,50). Sum of RGB (Red+Green+Blue) = 116+131+50=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #748332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748332 is #8B7CCD. Grayscale: #757575. Windows color (decimal): -9141454 or 3310452. OLE color: 3310452.

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

Color convert

RGB11613150-
CMYK0.1100.620.49
HSL71.11º44.75%35.49%-
HSV(B)71.11º61.83%51.37%-
XYZ15.8920.186.07-
YUV117.2890.03127.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=39.06%
G=44.11%
B=16.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131500.1100.620.4971.1144.7535.49
Hex748332B03E31472d23
Octal1642036213076611075543
Binary111010010000011110010101101111101100011000111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748332; }

 p { color: rgb(116,131,50); }

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

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

 a { background-color: rgb(116,131,50); }

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

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

 span { border-color: rgb(116,131,50); }

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