#838018

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

Shades of Trendy Green #838018

Tints of Trendy Green #838018

Color information

#838018 (or 0x838018) is unknown color: approx Trendy Green. HEX triplet: 83, 80 and 18. RGB value is (131,128,24). Sum of RGB (Red+Green+Blue) = 131+128+24=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #838018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838018 is #7C7FE7. Grayscale: #757575. Windows color (decimal): -8159208 or 1605763. OLE color: 1605763.

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

Color convert

RGB13112824-
CMYK00.020.820.49
HSL58.32º69.03%30.39%-
HSV(B)58.32º81.68%51.37%-
XYZ17.2420.333.88-
YUV117.0475.49137.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=46.29%
G=45.23%
B=8.48%

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
Decimal1311282400.020.820.4958.3269.0330.39
Hex8380180252313a451e
Octal2032003002122617210536
Binary1000001110000000110000101010010110001111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838018; }

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

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

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

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

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

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

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

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