#738234

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

Shades of Trendy Green #738234

Tints of Trendy Green #738234

Color information

#738234 (or 0x738234) is unknown color: approx Trendy Green. HEX triplet: 73, 82 and 34. RGB value is (115,130,52). Sum of RGB (Red+Green+Blue) = 115+130+52=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #738234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738234 is #8C7DCB. Grayscale: #747474. Windows color (decimal): -9207244 or 3441267. OLE color: 3441267.

HSL color Cylindrical-coordinate representation of color #738234: hue angle of 71.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #738234 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB11513052-
CMYK0.1200.600.49
HSL71.54º42.86%35.69%-
HSV(B)71.54º60%50.98%-
XYZ15.6719.866.26-
YUV116.6291.53126.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=38.72%
G=43.77%
B=17.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130520.1200.600.4971.5442.8635.69
Hex738234C03C31482b24
Octal1632026414074611105344
Binary111001110000010110100110001111001100011001000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738234; }

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

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

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

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

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

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

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

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