#748327

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

Shades of Trendy Green #748327

Tints of Trendy Green #748327

Color information

#748327 (or 0x748327) is unknown color: approx Trendy Green. HEX triplet: 74, 83 and 27. RGB value is (116,131,39). Sum of RGB (Red+Green+Blue) = 116+131+39=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #748327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748327 is #8B7CD8. Grayscale: #747474. Windows color (decimal): -9141465 or 2589556. OLE color: 2589556.

HSL color Cylindrical-coordinate representation of color #748327: hue angle of 69.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #748327 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB11613139-
CMYK0.1100.700.49
HSL69.78º54.12%33.33%-
HSV(B)69.78º70.23%51.37%-
XYZ15.6820.094.97-
YUV116.0384.53127.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=40.56%
G=45.80%
B=13.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131390.1100.700.4969.7854.1233.33
Hex748327B04631463621
Octal16420347130106611066641
Binary1110100100000111001111011010001101100011000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748327; }

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

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

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

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

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

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

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

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