#738212

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

Shades of Trendy Green #738212

Tints of Trendy Green #738212

Color information

#738212 (or 0x738212) is unknown color: approx Trendy Green. HEX triplet: 73, 82 and 12. RGB value is (115,130,18). Sum of RGB (Red+Green+Blue) = 115+130+18=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #738212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738212 is #8C7DED. Grayscale: #717171. Windows color (decimal): -9207278 or 1213043. OLE color: 1213043.

HSL color Cylindrical-coordinate representation of color #738212: hue angle of 68.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #738212 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB11513018-
CMYK0.1200.860.49
HSL68.04º75.68%29.02%-
HSV(B)68.04º86.15%50.98%-
XYZ15.1619.653.57-
YUV112.7574.53129.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=43.73%
G=49.43%
B=6.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130180.1200.860.4968.0475.6829.02
Hex738212C05631444c1d
Octal163202221401266110411435
Binary111001110000010100101100010101101100011000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738212; }

 p { color: rgb(115,130,18); }

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

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

 a { background-color: rgb(115,130,18); }

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

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

 span { border-color: rgb(115,130,18); }

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