#848513

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

Shades of Trendy Green #848513

Tints of Trendy Green #848513

Color information

#848513 (or 0x848513) is unknown color: approx Trendy Green. HEX triplet: 84, 85 and 13. RGB value is (132,133,19). Sum of RGB (Red+Green+Blue) = 132+133+19=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #848513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848513 is #7B7AEC. Grayscale: #787878. Windows color (decimal): -8092397 or 1279364. OLE color: 1279364.

HSL color Cylindrical-coordinate representation of color #848513: hue angle of 60.53º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848513 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13213319-
CMYK0.0100.860.48
HSL60.53º75%29.8%-
HSV(B)60.53º85.71%52.16%-
XYZ18.0221.733.86-
YUV119.771.17136.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 19 (7.81% from 255) = 6.69%
R=46.48%
G=46.83%
B=6.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133190.0100.860.4860.537529.8
Hex8485131056303d4b1e
Octal2042052310126607511336
Binary100001001000010110011101010110110000111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848513; }

 p { color: rgb(132,133,19); }

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

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

 a { background-color: rgb(132,133,19); }

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

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

 span { border-color: rgb(132,133,19); }

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