#748314

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

Shades of Trendy Green #748314

Tints of Trendy Green #748314

Color information

#748314 (or 0x748314) is unknown color: approx Trendy Green. HEX triplet: 74, 83 and 14. RGB value is (116,131,20). Sum of RGB (Red+Green+Blue) = 116+131+20=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #748314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748314 is #8B7CEB. Grayscale: #727272. Windows color (decimal): -9141484 or 1344372. OLE color: 1344372.

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

Color convert

RGB11613120-
CMYK0.1100.850.49
HSL68.11º73.51%29.61%-
HSV(B)68.11º84.73%51.37%-
XYZ15.45203.71-
YUV113.8675.03129.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=43.45%
G=49.06%
B=7.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131200.1100.850.4968.1173.5129.61
Hex748314B05531444a1e
Octal164203241301256110411236
Binary111010010000011101001011010101011100011000100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748314; }

 p { color: rgb(116,131,20); }

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

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

 a { background-color: rgb(116,131,20); }

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

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

 span { border-color: rgb(116,131,20); }

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