Html Css Color HEX #858330 Trendy Green

📋 copy color: '#858330'

red 133 ◦ green 131 ◦ blue 48

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

Shades of Trendy Green #858330

Tints of Trendy Green #858330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 42.63%
G = 41.99%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#858330 (or 0x858330) is known color: Trendy Green. HEX triplet: 85, 83 and 30. RGB value is (133,131,48). Sum of RGB (Red+Green+Blue) = 133+131+48=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #858330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858330 is #7A7CCF. Grayscale: #7A7A7A. Windows color (decimal): -8027344 or 3179397. OLE color: 3179397.

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

Color convert

RGB 133 131 48 -
CMYK 0 0.02 0.64 0.48
HSL 58.59º 0.47% 0.35% -
HSV(B) 58.59º 0.64% 0.52% -
XYZ 18.32 21.43 5.97 -
YUV 122.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 133 131 48 0 0.02 0.64 0.48 58.59 0.47 0.35
Hex 85 83 30 0 2 40 30 3B 2F 23
Octal 205 203 60 0 2 100 60 73 57 43
Binary 10000101 10000011 110000 0 10 1000000 110000 111011 101111 100011

Color Harmonies of #858330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858330

Black with #858330

Text Example


Text Example

White with #858330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858330; }

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

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

background-color css

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

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

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

border-color css

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

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

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