Html Css Color HEX #858130 Trendy Green

📋 copy color: '#858130'

red 133 ◦ green 129 ◦ blue 48

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

Shades of Trendy Green #858130

Tints of Trendy Green #858130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 42.9%
G = 41.61%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#858130 (or 0x858130) is known color: Trendy Green. HEX triplet: 85, 81 and 30. RGB value is (133,129,48). Sum of RGB (Red+Green+Blue) = 133+129+48=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #858130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858130 is #7A7ECF. Grayscale: #797979. Windows color (decimal): -8027856 or 3178885. OLE color: 3178885.

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

Color convert

RGB 133 129 48 -
CMYK 0 0.03 0.64 0.48
HSL 57.18º 0.47% 0.35% -
HSV(B) 57.18º 0.64% 0.52% -
XYZ 18.06 20.9 5.88 -
YUV 120.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 133 129 48 0 0.03 0.64 0.48 57.18 0.47 0.35
Hex 85 81 30 0 3 40 30 39 2F 23
Octal 205 201 60 0 3 100 60 71 57 43
Binary 10000101 10000001 110000 0 11 1000000 110000 111001 101111 100011

Color Harmonies of #858130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858130

Black with #858130

Text Example


Text Example

White with #858130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858130; }

 p { color: rgb(133,129,48); }

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

background-color css

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

 a { background-color: rgb(133,129,48); }

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

border-color css

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

 span { border-color: rgb(133,129,48); }

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