#73821B

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

Shades of Trendy Green #73821B

Tints of Trendy Green #73821B

Color information

#73821B (or 0x73821B) is unknown color: approx Trendy Green. HEX triplet: 73, 82 and 1B. RGB value is (115,130,27). Sum of RGB (Red+Green+Blue) = 115+130+27=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #73821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73821B is #8C7DE4. Grayscale: #727272. Windows color (decimal): -9207269 or 1802867. OLE color: 1802867.

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

Color convert

RGB11513027-
CMYK0.1200.790.49
HSL68.74º65.61%30.78%-
HSV(B)68.74º79.23%50.98%-
XYZ15.2519.694.03-
YUV113.7779.03128.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=42.28%
G=47.79%
B=9.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130270.1200.790.4968.7465.6130.78
Hex73821BC04F3145421f
Octal163202331401176110510237
Binary111001110000010110111100010011111100011000101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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