#738614

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

Shades of Trendy Green #738614

Tints of Trendy Green #738614

Color information

#738614 (or 0x738614) is unknown color: approx Trendy Green. HEX triplet: 73, 86 and 14. RGB value is (115,134,20). Sum of RGB (Red+Green+Blue) = 115+134+20=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #738614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738614 is #8C79EB. Grayscale: #737373. Windows color (decimal): -9206252 or 1345139. OLE color: 1345139.

HSL color Cylindrical-coordinate representation of color #738614: hue angle of 70º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #738614 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB11513420-
CMYK0.1400.850.47
HSL70º74.03%30.2%-
HSV(B)70º85.07%52.55%-
XYZ15.7220.753.84-
YUV115.3274.21127.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=42.75%
G=49.81%
B=7.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134200.1400.850.477074.0330.2
Hex738614E0552F464a1e
Octal163206241601255710611236
Binary111001110000110101001110010101011011111000110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738614; }

 p { color: rgb(115,134,20); }

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

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

 a { background-color: rgb(115,134,20); }

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

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

 span { border-color: rgb(115,134,20); }

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