Html Css Color HEX #538555 Hippie Green

📋 copy color: '#538555'

red 83 ◦ green 133 ◦ blue 85

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

Shades of Hippie Green #538555

Tints of Hippie Green #538555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 27.57%
G = 44.19%
B = 28.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#538555 (or 0x538555) is known color: Hippie Green. HEX triplet: 53, 85 and 55. RGB value is (83,133,85). Sum of RGB (Red+Green+Blue) = 83+133+85=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #538555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538555 is #AC7AAA. Grayscale: #707070. Windows color (decimal): -11303595 or 5604691. OLE color: 5604691.

HSL color Cylindrical-coordinate representation of color #538555: hue angle of 122.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538555 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 133 85 -
CMYK 0.38 0 0.36 0.48
HSL 122.4º 0.23% 0.42% -
HSV(B) 122.4º 0.38% 0.52% -
XYZ 13.59 19.27 11.6 -
YUV 112.58 112.44 106.9 -
System Red Green Blue C M Y K H S L
Decimal 83 133 85 0.38 0 0.36 0.48 122.4 0.23 0.42
Hex 53 85 55 26 0 24 30 7A 17 2A
Octal 123 205 125 46 0 44 60 172 27 52
Binary 1010011 10000101 1010101 100110 0 100100 110000 1111010 10111 101010

Color Harmonies of #538555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538555

Black with #538555

Text Example


Text Example

White with #538555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538555; }

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

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

background-color css

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

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

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

border-color css

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

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

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