Html Css Color HEX #858430 Trendy Green

📋 copy color: '#858430'

red 133 ◦ green 132 ◦ blue 48

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

Shades of Trendy Green #858430

Tints of Trendy Green #858430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

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

R = 42.49%
G = 42.17%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#858430 (or 0x858430) is known color: Trendy Green. HEX triplet: 85, 84 and 30. RGB value is (133,132,48). Sum of RGB (Red+Green+Blue) = 133+132+48=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #858430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858430 is #7A7BCF. Grayscale: #7B7B7B. Windows color (decimal): -8027088 or 3179653. OLE color: 3179653.

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

Color convert

RGB 133 132 48 -
CMYK 0 0.01 0.64 0.48
HSL 59.29º 0.47% 0.35% -
HSV(B) 59.29º 0.64% 0.52% -
XYZ 18.46 21.7 6.01 -
YUV 122.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 133 132 48 0 0.01 0.64 0.48 59.29 0.47 0.35
Hex 85 84 30 0 1 40 30 3B 2F 23
Octal 205 204 60 0 1 100 60 73 57 43
Binary 10000101 10000100 110000 0 1 1000000 110000 111011 101111 100011

Color Harmonies of #858430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858430

Black with #858430

Text Example


Text Example

White with #858430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858430; }

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

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

background-color css

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

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

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

border-color css

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

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

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