#838218

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

Shades of Trendy Green #838218

Tints of Trendy Green #838218

Color information

#838218 (or 0x838218) is unknown color: approx Trendy Green. HEX triplet: 83, 82 and 18. RGB value is (131,130,24). Sum of RGB (Red+Green+Blue) = 131+130+24=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #838218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838218 is #7C7DE7. Grayscale: #767676. Windows color (decimal): -8158696 or 1606275. OLE color: 1606275.

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

Color convert

RGB13113024-
CMYK00.010.820.49
HSL59.44º69.03%30.39%-
HSV(B)59.44º81.68%51.37%-
XYZ17.5120.863.97-
YUV118.2274.83137.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=45.96%
G=45.61%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311302400.010.820.4959.4469.0330.39
Hex8382180152313b451e
Octal2032023001122617310536
Binary100000111000001011000011010010110001111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838218; }

 p { color: rgb(131,130,24); }

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

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

 a { background-color: rgb(131,130,24); }

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

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

 span { border-color: rgb(131,130,24); }

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