#748231

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

Shades of Trendy Green #748231

Tints of Trendy Green #748231

Color information

#748231 (or 0x748231) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 31. RGB value is (116,130,49). Sum of RGB (Red+Green+Blue) = 116+130+49=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #748231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748231 is #8B7DCE. Grayscale: #747474. Windows color (decimal): -9141711 or 3244660. OLE color: 3244660.

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

Color convert

RGB11613049-
CMYK0.1100.620.49
HSL70.37º45.25%35.1%-
HSV(B)70.37º62.31%50.98%-
XYZ15.7419.95.92-
YUV116.5889.86127.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.32%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=39.32%
G=44.07%
B=16.61%

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
Decimal116130490.1100.620.4970.3745.2535.1
Hex748231B03E31462d23
Octal1642026113076611065543
Binary111010010000010110001101101111101100011000110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748231; }

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

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

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

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

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

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

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

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