#748232

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

Shades of Trendy Green #748232

Tints of Trendy Green #748232

Color information

#748232 (or 0x748232) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 32. RGB value is (116,130,50). Sum of RGB (Red+Green+Blue) = 116+130+50=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #748232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748232 is #8B7DCD. Grayscale: #757575. Windows color (decimal): -9141710 or 3310196. OLE color: 3310196.

HSL color Cylindrical-coordinate representation of color #748232: hue angle of 70.5º degrees, saturation: 0.44, 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 #748232 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB11613050-
CMYK0.1100.620.49
HSL70.5º44.44%35.29%-
HSV(B)70.5º61.54%50.98%-
XYZ15.7619.916.03-
YUV116.6990.36127.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=39.19%
G=43.92%
B=16.89%

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
Decimal116130500.1100.620.4970.544.4435.29
Hex748232B03E31472c23
Octal1642026213076611075443
Binary111010010000010110010101101111101100011000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748232; }

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

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

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

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

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

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

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

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