#748221

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

Shades of Trendy Green #748221

Tints of Trendy Green #748221

Color information

#748221 (or 0x748221) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 21. RGB value is (116,130,33). Sum of RGB (Red+Green+Blue) = 116+130+33=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #748221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748221 is #8B7DDE. Grayscale: #737373. Windows color (decimal): -9141727 or 2196084. OLE color: 2196084.

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

Color convert

RGB11613033-
CMYK0.1100.750.49
HSL68.66º59.51%31.96%-
HSV(B)68.66º74.62%50.98%-
XYZ15.4619.794.44-
YUV114.7681.86128.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=41.58%
G=46.59%
B=11.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130330.1100.750.4968.6659.5131.96
Hex748221B04B31453c20
Octal16420241130113611057440
Binary1110100100000101000011011010010111100011000101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748221; }

 p { color: rgb(116,130,33); }

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

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

 a { background-color: rgb(116,130,33); }

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

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

 span { border-color: rgb(116,130,33); }

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