Html Css Color HEX #538351 Hippie Green

📋 copy color: '#538351'

red 83 ◦ green 131 ◦ blue 81

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

Shades of Hippie Green #538351

Tints of Hippie Green #538351

RGB

 RED value IS 83 (32.81% from 255) = 28.14%

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

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 28.14%
G = 44.41%
B = 27.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#538351 (or 0x538351) is known color: Hippie Green. HEX triplet: 53, 83 and 51. RGB value is (83,131,81). Sum of RGB (Red+Green+Blue) = 83+131+81=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #538351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538351 is #AC7CAE. Grayscale: #6F6F6F. Windows color (decimal): -11304111 or 5342035. OLE color: 5342035.

HSL color Cylindrical-coordinate representation of color #538351: hue angle of 117.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538351 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 81 -
CMYK 0.37 0 0.38 0.49
HSL 117.6º 0.24% 0.42% -
HSV(B) 117.6º 0.38% 0.51% -
XYZ 13.17 18.67 10.69 -
YUV 110.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 83 131 81 0.37 0 0.38 0.49 117.6 0.24 0.42
Hex 53 83 51 25 0 26 31 76 18 2A
Octal 123 203 121 45 0 46 61 166 30 52
Binary 1010011 10000011 1010001 100101 0 100110 110001 1110110 11000 101010

Color Harmonies of #538351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538351

Black with #538351

Text Example


Text Example

White with #538351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538351; }

 p { color: rgb(83,131,81); }

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

background-color css

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

 a { background-color: rgb(83,131,81); }

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

border-color css

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

 span { border-color: rgb(83,131,81); }

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