#818213

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

Shades of Trendy Green #818213

Tints of Trendy Green #818213

Color information

#818213 (or 0x818213) is unknown color: approx Trendy Green. HEX triplet: 81, 82 and 13. RGB value is (129,130,19). Sum of RGB (Red+Green+Blue) = 129+130+19=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #818213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818213 is #7E7DEC. Grayscale: #757575. Windows color (decimal): -8289773 or 1278593. OLE color: 1278593.

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

Color convert

RGB12913019-
CMYK0.0100.850.49
HSL60.54º74.5%29.22%-
HSV(B)60.54º85.38%50.98%-
XYZ17.1520.683.7-
YUV117.0572.67136.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=46.40%
G=46.76%
B=6.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130190.0100.850.4960.5474.529.22
Hex8182131055313d4a1d
Octal2012022310125617511235
Binary100000011000001010011101010101110001111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818213; }

 p { color: rgb(129,130,19); }

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

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

 a { background-color: rgb(129,130,19); }

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

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

 span { border-color: rgb(129,130,19); }

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