#538555

Color #538555 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #538555

Tints of Hippie Green #538555

Color information

#538555 (or 0x538555) is unknown color: approx 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

RGB8313385-
CMYK0.3800.360.48
HSL122.4º23.15%42.35%-
HSV(B)122.4º37.59%52.16%-
XYZ13.5919.2711.6-
YUV112.58112.44106.9-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133850.3800.360.48122.423.1542.35
Hex53855526024307a172a
Octal12320512546044601722752
Binary10100111000010110101011001100100100110000111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>