#747918

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

Shades of Trendy Green #747918

Tints of Trendy Green #747918

Color information

#747918 (or 0x747918) is unknown color: approx Trendy Green. HEX triplet: 74, 79 and 18. RGB value is (116,121,24). Sum of RGB (Red+Green+Blue) = 116+121+24=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #747918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747918 is #8B86E7. Grayscale: #6C6C6C. Windows color (decimal): -9144040 or 1603956. OLE color: 1603956.

HSL color Cylindrical-coordinate representation of color #747918: hue angle of 63.09º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #747918 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB11612124-
CMYK0.0400.800.53
HSL63.09º66.9%28.43%-
HSV(B)63.09º80.17%47.45%-
XYZ14.217.453.48-
YUV108.4580.34133.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=44.44%
G=46.36%
B=9.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116121240.0400.800.5363.0966.928.43
Hex7479184050353f431c
Octal1641713040120657710334
Binary111010011110011100010001010000110101111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747918; }

 p { color: rgb(116,121,24); }

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

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

 a { background-color: rgb(116,121,24); }

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

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

 span { border-color: rgb(116,121,24); }

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