#748420

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

Shades of Trendy Green #748420

Tints of Trendy Green #748420

Color information

#748420 (or 0x748420) is unknown color: approx Trendy Green. HEX triplet: 74, 84 and 20. RGB value is (116,132,32). Sum of RGB (Red+Green+Blue) = 116+132+32=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #748420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748420 is #8B7BDF. Grayscale: #747474. Windows color (decimal): -9141216 or 2131060. OLE color: 2131060.

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

Color convert

RGB11613232-
CMYK0.1200.760.48
HSL69.6º60.98%32.16%-
HSV(B)69.6º75.76%51.76%-
XYZ15.7120.324.46-
YUV115.8280.7128.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=41.43%
G=47.14%
B=11.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132320.1200.760.4869.660.9832.16
Hex748420C04C30463d20
Octal16420440140114601067540
Binary1110100100001001000001100010011001100001000110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748420; }

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

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

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

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

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

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

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

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