Html Css Color HEX #538D55 Hippie Green

📋 copy color: '#538D55'

red 83 ◦ green 141 ◦ blue 85

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

Shades of Hippie Green #538D55

Tints of Hippie Green #538D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 26.86%
G = 45.63%
B = 27.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#538D55 (or 0x538D55) is known color: Hippie Green. HEX triplet: 53, 8D and 55. RGB value is (83,141,85). Sum of RGB (Red+Green+Blue) = 83+141+85=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #538D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D55 is #AC72AA. Grayscale: #757575. Windows color (decimal): -11301547 or 5606739. OLE color: 5606739.

HSL color Cylindrical-coordinate representation of color #538D55: hue angle of 122.07º 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 #538D55 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 141 85 -
CMYK 0.41 0 0.40 0.45
HSL 122.07º 0.26% 0.44% -
HSV(B) 122.07º 0.41% 0.55% -
XYZ 14.73 21.54 11.98 -
YUV 117.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 83 141 85 0.41 0 0.40 0.45 122.07 0.26 0.44
Hex 53 8D 55 29 0 28 2D 7A 1A 2C
Octal 123 215 125 51 0 50 55 172 32 54
Binary 1010011 10001101 1010101 101001 0 101000 101101 1111010 11010 101100

Color Harmonies of #538D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D55

Black with #538D55

Text Example


Text Example

White with #538D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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