#73821F

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

Shades of Trendy Green #73821F

Tints of Trendy Green #73821F

Color information

#73821F (or 0x73821F) is unknown color: approx Trendy Green. HEX triplet: 73, 82 and 1F. RGB value is (115,130,31). Sum of RGB (Red+Green+Blue) = 115+130+31=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #73821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73821F is #8C7DE0. Grayscale: #727272. Windows color (decimal): -9207265 or 2065011. OLE color: 2065011.

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

Color convert

RGB11513031-
CMYK0.1200.760.49
HSL69.09º61.49%31.57%-
HSV(B)69.09º76.15%50.98%-
XYZ15.319.714.29-
YUV114.2381.03128.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=41.67%
G=47.10%
B=11.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130310.1200.760.4969.0961.4931.57
Hex73821FC04C31453d20
Octal16320237140114611057540
Binary111001110000010111111100010011001100011000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73821F; }

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

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

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

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

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

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

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

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