#848018

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

Shades of Trendy Green #848018

Tints of Trendy Green #848018

Color information

#848018 (or 0x848018) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 18. RGB value is (132,128,24). Sum of RGB (Red+Green+Blue) = 132+128+24=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #848018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848018 is #7B7FE7. Grayscale: #757575. Windows color (decimal): -8093672 or 1605764. OLE color: 1605764.

HSL color Cylindrical-coordinate representation of color #848018: hue angle of 57.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #848018 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13212824-
CMYK00.030.820.48
HSL57.78º69.23%30.59%-
HSV(B)57.78º81.82%51.76%-
XYZ17.420.413.89-
YUV117.3475.33138.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 24 (9.77% from 255) = 8.45%
R=46.48%
G=45.07%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321282400.030.820.4857.7869.2330.59
Hex8480180352303a451f
Octal2042003003122607210537
Binary1000010010000000110000111010010110000111010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848018; }

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

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

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

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

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

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

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

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