#848023

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

Shades of Trendy Green #848023

Tints of Trendy Green #848023

Color information

#848023 (or 0x848023) is unknown color: approx Trendy Green. HEX triplet: 84, 80 and 23. RGB value is (132,128,35). Sum of RGB (Red+Green+Blue) = 132+128+35=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #848023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848023 is #7B7FDC. Grayscale: #767676. Windows color (decimal): -8093661 or 2326660. OLE color: 2326660.

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

Color convert

RGB13212835-
CMYK00.030.730.48
HSL57.53º58.08%32.75%-
HSV(B)57.53º73.48%51.76%-
XYZ17.5420.474.62-
YUV118.5980.83137.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=44.75%
G=43.39%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321283500.030.730.4857.5358.0832.75
Hex8480230349303a3a21
Octal204200430311160727241
Binary10000100100000001000110111001001110000111010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848023; }

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

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

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

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

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

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

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

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