#748422

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

Shades of Trendy Green #748422

Tints of Trendy Green #748422

Color information

#748422 (or 0x748422) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 22. RGB value is (116,132,34). Sum of RGB (Red+Green+Blue) = 116+132+34=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #748422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748422 is #8B7BDD. Grayscale: #747474. Windows color (decimal): -9141214 or 2262132. OLE color: 2262132.

HSL color Cylindrical-coordinate representation of color #748422: hue angle of 69.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #748422 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB11613234-
CMYK0.1200.740.48
HSL69.8º59.04%32.55%-
HSV(B)69.8º74.24%51.76%-
XYZ15.7420.334.61-
YUV116.0481.7127.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=41.13%
G=46.81%
B=12.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132340.1200.740.4869.859.0432.55
Hex748422C04A30463b21
Octal16420442140112601067341
Binary1110100100001001000101100010010101100001000110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748422; }

 p { color: rgb(116,132,34); }

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

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

 a { background-color: rgb(116,132,34); }

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

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

 span { border-color: rgb(116,132,34); }

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