#838118

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

Shades of Trendy Green #838118

Tints of Trendy Green #838118

Color information

#838118 (or 0x838118) is unknown color: approx Trendy Green. HEX triplet: 83, 81 and 18. RGB value is (131,129,24). Sum of RGB (Red+Green+Blue) = 131+129+24=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #838118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838118 is #7C7EE7. Grayscale: #767676. Windows color (decimal): -8158952 or 1606019. OLE color: 1606019.

HSL color Cylindrical-coordinate representation of color #838118: hue angle of 58.88º 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 #838118 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13112924-
CMYK00.020.820.49
HSL58.88º69.03%30.39%-
HSV(B)58.88º81.68%51.37%-
XYZ17.3820.593.92-
YUV117.6375.16137.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=46.13%
G=45.42%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311292400.020.820.4958.8869.0330.39
Hex8381180252313b451e
Octal2032013002122617310536
Binary1000001110000001110000101010010110001111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838118; }

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

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

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

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

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

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

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

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