#748512

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

Shades of Trendy Green #748512

Tints of Trendy Green #748512

Color information

#748512 (or 0x748512) is unknown color: approx Trendy Green. HEX triplet: 74, 85 and 12. RGB value is (116,133,18). Sum of RGB (Red+Green+Blue) = 116+133+18=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #748512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748512 is #8B7AED. Grayscale: #737373. Windows color (decimal): -9140974 or 1213812. OLE color: 1213812.

HSL color Cylindrical-coordinate representation of color #748512: hue angle of 68.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #748512 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB11613318-
CMYK0.1300.860.48
HSL68.87º76.16%29.61%-
HSV(B)68.87º86.47%52.16%-
XYZ15.720.533.71-
YUV114.8173.37128.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=43.45%
G=49.81%
B=6.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133180.1300.860.4868.8776.1629.61
Hex748512D05630454c1e
Octal164205221501266010511436
Binary111010010000101100101101010101101100001000101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748512; }

 p { color: rgb(116,133,18); }

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

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

 a { background-color: rgb(116,133,18); }

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

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

 span { border-color: rgb(116,133,18); }

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