Html Css Color HEX #858030 Trendy Green

📋 copy color: '#858030'

red 133 ◦ green 128 ◦ blue 48

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

Shades of Trendy Green #858030

Tints of Trendy Green #858030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

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

R = 43.04%
G = 41.42%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#858030 (or 0x858030) is known color: Trendy Green. HEX triplet: 85, 80 and 30. RGB value is (133,128,48). Sum of RGB (Red+Green+Blue) = 133+128+48=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #858030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858030 is #7A7FCF. Grayscale: #787878. Windows color (decimal): -8028112 or 3178629. OLE color: 3178629.

HSL color Cylindrical-coordinate representation of color #858030: hue angle of 56.47º 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 #858030 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 48 -
CMYK 0 0.04 0.64 0.48
HSL 56.47º 0.47% 0.35% -
HSV(B) 56.47º 0.64% 0.52% -
XYZ 17.93 20.64 5.84 -
YUV 120.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 133 128 48 0 0.04 0.64 0.48 56.47 0.47 0.35
Hex 85 80 30 0 4 40 30 38 2F 23
Octal 205 200 60 0 4 100 60 70 57 43
Binary 10000101 10000000 110000 0 100 1000000 110000 111000 101111 100011

Color Harmonies of #858030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858030

Black with #858030

Text Example


Text Example

White with #858030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858030; }

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

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

background-color css

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

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

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

border-color css

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

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

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