#538655

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

Shades of Hippie Green #538655

Tints of Hippie Green #538655

Color information

#538655 (or 0x538655) is unknown color: approx Hippie Green. HEX triplet: 53, 86 and 55. RGB value is (83,134,85). Sum of RGB (Red+Green+Blue) = 83+134+85=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #538655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538655 is #AC79AA. Grayscale: #717171. Windows color (decimal): -11303339 or 5604947. OLE color: 5604947.

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

Color convert

RGB8313485-
CMYK0.3800.370.47
HSL122.35º23.5%42.55%-
HSV(B)122.35º38.06%52.55%-
XYZ13.7319.5511.64-
YUV113.16112.1106.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=27.48%
G=44.37%
B=28.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134850.3800.370.47122.3523.542.55
Hex538655260252F7a182b
Octal12320612546045571723053
Binary10100111000011010101011001100100101101111111101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538655; }

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

 H1.HeaderClassName
 {
   color: #538655;
 }
 .AnyTagClassName
 {
   color: #538655;
 }
</style>
background-color css

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

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

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

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

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

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