Html Css Color HEX #858D13 Trendy Green

📋 copy color: '#858D13'

red 133 ◦ green 141 ◦ blue 19

#858D13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #858D13

Tints of Trendy Green #858D13

RGB

 RED value IS 133 (52.34% from 255) = 45.39%

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 45.39%
G = 48.12%
B = 6.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#858D13 (or 0x858D13) is known color: Trendy Green. HEX triplet: 85, 8D and 13. RGB value is (133,141,19). Sum of RGB (Red+Green+Blue) = 133+141+19=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #858D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D13 is #7A72EC. Grayscale: #7D7D7D. Windows color (decimal): -8024813 or 1281413. OLE color: 1281413.

HSL color Cylindrical-coordinate representation of color #858D13: hue angle of 63.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858D13 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 19 -
CMYK 0.06 0 0.87 0.45
HSL 63.93º 0.76% 0.31% -
HSV(B) 63.93º 0.87% 0.55% -
XYZ 19.32 24.08 4.25 -
YUV 124.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 133 141 19 0.06 0 0.87 0.45 63.93 0.76 0.31
Hex 85 8D 13 6 0 57 2D 40 4C 1F
Octal 205 215 23 6 0 127 55 100 114 37
Binary 10000101 10001101 10011 110 0 1010111 101101 1000000 1001100 11111

Color Harmonies of #858D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D13

Black with #858D13

Text Example


Text Example

White with #858D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858D13; }

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

 H1.HeaderClassName
 {
   color: #858D13;
 }
 .AnyTagClassName
 {
   color: #858D13;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #858D13;
 }
 .BgClassName
 {
   background-color: #858D13;
 }
</style>

border-color css

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

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

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