Html Css Color HEX #858427 Trendy Green

📋 copy color: '#858427'

red 133 ◦ green 132 ◦ blue 39

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

Shades of Trendy Green #858427

Tints of Trendy Green #858427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 43.75%
G = 43.42%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#858427 (or 0x858427) is known color: Trendy Green. HEX triplet: 85, 84 and 27. RGB value is (133,132,39). Sum of RGB (Red+Green+Blue) = 133+132+39=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #858427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858427 is #7A7BD8. Grayscale: #7A7A7A. Windows color (decimal): -8027097 or 2589829. OLE color: 2589829.

HSL color Cylindrical-coordinate representation of color #858427: hue angle of 59.36º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #858427 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 39 -
CMYK 0 0.01 0.71 0.48
HSL 59.36º 0.55% 0.34% -
HSV(B) 59.36º 0.71% 0.52% -
XYZ 18.29 21.64 5.13 -
YUV 121.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 133 132 39 0 0.01 0.71 0.48 59.36 0.55 0.34
Hex 85 84 27 0 1 47 30 3B 37 22
Octal 205 204 47 0 1 107 60 73 67 42
Binary 10000101 10000100 100111 0 1 1000111 110000 111011 110111 100010

Color Harmonies of #858427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858427

Black with #858427

Text Example


Text Example

White with #858427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858427; }

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

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

background-color css

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

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

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

border-color css

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

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

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