Html Css Color HEX #538D5A Hippie Green

📋 copy color: '#538D5A'

red 83 ◦ green 141 ◦ blue 90

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

Shades of Hippie Green #538D5A

Tints of Hippie Green #538D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 26.43%
G = 44.9%
B = 28.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#538D5A (or 0x538D5A) is known color: Hippie Green. HEX triplet: 53, 8D and 5A. RGB value is (83,141,90). Sum of RGB (Red+Green+Blue) = 83+141+90=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #538D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D5A is #AC72A5. Grayscale: #757575. Windows color (decimal): -11301542 or 5934419. OLE color: 5934419.

HSL color Cylindrical-coordinate representation of color #538D5A: hue angle of 127.24º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D5A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 141 90 -
CMYK 0.41 0 0.36 0.45
HSL 127.24º 0.26% 0.44% -
HSV(B) 127.24º 0.41% 0.55% -
XYZ 14.94 21.63 13.06 -
YUV 117.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 83 141 90 0.41 0 0.36 0.45 127.24 0.26 0.44
Hex 53 8D 5A 29 0 24 2D 7F 1A 2C
Octal 123 215 132 51 0 44 55 177 32 54
Binary 1010011 10001101 1011010 101001 0 100100 101101 1111111 11010 101100

Color Harmonies of #538D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D5A

Black with #538D5A

Text Example


Text Example

White with #538D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538D5A; }

 p { color: rgb(83,141,90); }

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

background-color css

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

 a { background-color: rgb(83,141,90); }

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

border-color css

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

 span { border-color: rgb(83,141,90); }

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