#738232

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

Shades of Trendy Green #738232

Tints of Trendy Green #738232

Color information

#738232 (or 0x738232) is unknown color: approx Trendy Green. HEX triplet: 73, 82 and 32. RGB value is (115,130,50). Sum of RGB (Red+Green+Blue) = 115+130+50=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #738232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738232 is #8C7DCD. Grayscale: #747474. Windows color (decimal): -9207246 or 3310195. OLE color: 3310195.

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

Color convert

RGB11513050-
CMYK0.1200.620.49
HSL71.25º44.44%35.29%-
HSV(B)71.25º61.54%50.98%-
XYZ15.6319.846.02-
YUV116.490.53127-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=38.98%
G=44.07%
B=16.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130500.1200.620.4971.2544.4435.29
Hex738232C03E31472c23
Octal1632026214076611075443
Binary111001110000010110010110001111101100011000111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738232; }

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

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

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

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

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

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

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

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