#748217

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

Shades of Trendy Green #748217

Tints of Trendy Green #748217

Color information

#748217 (or 0x748217) is unknown color: approx Trendy Green. HEX triplet: 74, 82 and 17. RGB value is (116,130,23). Sum of RGB (Red+Green+Blue) = 116+130+23=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #748217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748217 is #8B7DE8. Grayscale: #727272. Windows color (decimal): -9141737 or 1540724. OLE color: 1540724.

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

Color convert

RGB11613023-
CMYK0.1100.820.49
HSL67.85º69.93%30%-
HSV(B)67.85º82.31%50.98%-
XYZ15.3419.743.81-
YUV113.6276.86129.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=43.12%
G=48.33%
B=8.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130230.1100.820.4967.8569.9330
Hex748217B0523144461e
Octal164202271301226110410636
Binary111010010000010101111011010100101100011000100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748217; }

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

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

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

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

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

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

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

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