#748631

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

Shades of Trendy Green #748631

Tints of Trendy Green #748631

Color information

#748631 (or 0x748631) is unknown color: approx Trendy Green. HEX triplet: 74, 86 and 31. RGB value is (116,134,49). Sum of RGB (Red+Green+Blue) = 116+134+49=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #748631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748631 is #8B79CE. Grayscale: #777777. Windows color (decimal): -9140687 or 3245684. OLE color: 3245684.

HSL color Cylindrical-coordinate representation of color #748631: hue angle of 72.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748631 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB11613449-
CMYK0.1300.630.47
HSL72.71º46.45%35.88%-
HSV(B)72.71º63.43%52.55%-
XYZ16.2820.986.1-
YUV118.9388.54125.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=38.80%
G=44.82%
B=16.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134490.1300.630.4772.7146.4535.88
Hex748631D03F2F492e24
Octal1642066115077571115644
Binary111010010000110110001110101111111011111001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748631; }

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

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

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

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

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

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

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

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